S - the generic typeE - the element typepublic interface Transition<S,E>
| Modifier and Type | Method and Description |
|---|---|
Collection<Action> |
getActions() |
TransitionKind |
getKind() |
State<S,E> |
getSource() |
State<S,E> |
getTarget() |
Trigger<S,E> |
getTrigger() |
void |
transit(MessageHeaders headers) |
Collection<Action> getActions()
void transit(MessageHeaders headers)
TransitionKind getKind()