public interface SimpleStateMachineConfig<State,Context,ContextService>
| Modifier and Type | Method and Description |
|---|---|
StateConfiguration<State,Context,ContextService> |
configure(State state) |
SimpleStateMachine<State,Context,ContextService> |
createMachine(State state) |
StateConfiguration<State,Context,ContextService> |
fetch(State state) |
StateConfiguration<State,Context,ContextService> configure(State state)
StateConfiguration<State,Context,ContextService> fetch(State state)
SimpleStateMachine<State,Context,ContextService> createMachine(State state)
Copyright © 2017. All rights reserved.