Interface StateMachineModelConfigurer<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Known Implementing Classes:
StateMachineModelBuilder
public interface StateMachineModelConfigurer<S,E>
Configurer interface exposing model.
-
Method Summary
-
Method Details
-
withModel
Gets a configurer for model.- Returns:
ModelConfigurer
for chaining- Throws:
Exception
- if configuration error happens
-