public interface StateMachine<S,E>
Modifier and Type | Method and Description |
---|---|
void |
addStateListener(StateMachineListener<S,E> listener) |
S |
getInitialState() |
S |
getState() |
void |
sendEvent(E event) |
void |
sendEvent(org.springframework.messaging.Message<E> event) |
void |
start() |