Class ReactiveLifecycleManager
java.lang.Object
org.springframework.statemachine.support.ReactiveLifecycleManager
- All Implemented Interfaces:
StateMachineReactiveLifecycle
-
Constructor Details
-
ReactiveLifecycleManager
-
-
Method Details
-
startReactively
Description copied from interface:StateMachineReactiveLifecycle
Starts component reactively.- Specified by:
startReactively
in interfaceStateMachineReactiveLifecycle
- Returns:
- the mono for completion
-
stopReactively
Description copied from interface:StateMachineReactiveLifecycle
Stops component reactively.- Specified by:
stopReactively
in interfaceStateMachineReactiveLifecycle
- Returns:
- the mono for completion
-
setOwner
-
getLifecycleState
-
isRunning
public boolean isRunning() -
toString
-