Class StateMachineBuilder.Builder<S,E>

java.lang.Object
org.springframework.statemachine.config.StateMachineBuilder.Builder<S,E>
Type Parameters:
S - the type of state
E - the type of event
Enclosing class:
StateMachineBuilder

public static class StateMachineBuilder.Builder<S,E> extends Object
Builder implementation handling logic of building a StateMachine manually.