de.sebbraun.lifecycle.simple.ComponentSpec
Specify a synchronous action to invoke to start the component.
Specify a synchronous action to invoke to start the component. The action will provide the appropriate scala.concurrent.ExecutionContext to invoke further asynchronous actions.
A synchronous action to be invoked to start the component.
The ComponentSpec
Specify a synchronous action to invoke to start the component.
Specify a synchronous action to invoke to start the component.
A synchronous action to be invoked to start the component.
The ComponentSpec
Specify an asynchronous action to invoke to start the component.
Specify an asynchronous action to invoke to start the component. The action will be provided the appropriate scala.concurrent.ExecutionContext to invoke further asynchronous actions.
An asynchronous action to be invoked to start the component.
The ComponentSpec