Class ForkPseudoState<S,E>
java.lang.Object
org.springframework.statemachine.state.AbstractPseudoState<S,E>
org.springframework.statemachine.state.ForkPseudoState<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Implemented Interfaces:
PseudoState<S,
E>
Fork implementation of a
PseudoState
.-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.statemachine.state.AbstractPseudoState
addPseudoStateListener, exit, getKind, notifyContext, setPseudoStateListeners
-
Constructor Details
-
ForkPseudoState
-
-
Method Details
-
entry
Description copied from interface:PseudoState
Initiate an entry sequence for the state and return a next state where state machine should go.- Specified by:
entry
in interfacePseudoState<S,
E> - Overrides:
entry
in classAbstractPseudoState<S,
E> - Parameters:
context
- the context- Returns:
- the next state or null
-
getForks
-