All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.utility.StartableComponent.kt Maven / Gradle / Ivy

There is a newer version: 0.27.0
Show newest version
package tests

import io.fluidsonic.raptor.*


class StartableComponent : RaptorComponent.Base(StartablePlugin) {

	var delayInMilliseconds = 0L


	override fun RaptorComponentConfigurationEndScope.onConfigurationEnded() {
		propertyRegistry.register(Startable.propertyKey, Startable(delayInMilliseconds = delayInMilliseconds))
	}


	override fun toString() = "startable"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy