Interface StateMachineStateConfigurer<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Known Implementing Classes:
StateMachineStateBuilder
public interface StateMachineStateConfigurer<S,E>
Configurer interface exposing states.
-
Method Summary
Modifier and TypeMethodDescriptionGets a configurer for states.
-
Method Details
-
withStates
Gets a configurer for states.- Returns:
StateConfigurer
for chaining- Throws:
Exception
- if configuration error happens
-