Package org.springframework.statemachine
Class StateMachineEventResult.DefaultStateMachineEventResult<S,E>
java.lang.Object
org.springframework.statemachine.StateMachineEventResult.DefaultStateMachineEventResult<S,E>
- All Implemented Interfaces:
StateMachineEventResult<S,
E>
- Enclosing interface:
- StateMachineEventResult<S,
E>
public static class StateMachineEventResult.DefaultStateMachineEventResult<S,E>
extends Object
implements StateMachineEventResult<S,E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.statemachine.StateMachineEventResult
StateMachineEventResult.DefaultStateMachineEventResult<S,
E>, StateMachineEventResult.ResultType -
Method Summary
-
Method Details
-
getRegion
Description copied from interface:StateMachineEventResult
Gets the region.- Specified by:
getRegion
in interfaceStateMachineEventResult<S,
E> - Returns:
- the region
-
getMessage
Description copied from interface:StateMachineEventResult
Gets the message.- Specified by:
getMessage
in interfaceStateMachineEventResult<S,
E> - Returns:
- the message
-
getResultType
Description copied from interface:StateMachineEventResult
Gets the result type.- Specified by:
getResultType
in interfaceStateMachineEventResult<S,
E> - Returns:
- the result type
-
complete
Description copied from interface:StateMachineEventResult
Gets a mono representing completion. Will have exception in a normal reactive chain if there is one.- Specified by:
complete
in interfaceStateMachineEventResult<S,
E> - Returns:
- the mono for completion
-
toString
-