Enum Class StateMachineEventResult.ResultType

java.lang.Object
java.lang.Enum<StateMachineEventResult.ResultType>
org.springframework.statemachine.StateMachineEventResult.ResultType
All Implemented Interfaces:
Serializable, Comparable<StateMachineEventResult.ResultType>, Constable
Enclosing interface:
StateMachineEventResult<S,E>

public static enum StateMachineEventResult.ResultType extends Enum<StateMachineEventResult.ResultType>
Enumeration of a result type indicating whether a region accepted, denied or deferred an event.