T - The class of the Stateful Entitypublic interface Transition<T>
State of the Stateful Entity.
It is comprised of an optional next State value and an optional Action| Modifier and Type | Method and Description |
|---|---|
StateActionPair<T> |
getStateActionPair(T stateful,
String event,
Object... args)
Return the
StateActionPair |
StateActionPair<T> getStateActionPair(T stateful, String event, Object... args) throws RetryException
StateActionPairstateful - the Stateful Entityevent - The occurring Eventargs - Optional parameters that was passed into the FSMStateActionPairRetryException - is thrown if there is an error determining the next State and Action and the FSM should
re-process the eventCopyright © 2016. All rights reserved.