Package org.springframework.statemachine.config
package org.springframework.statemachine.config
-
ClassDescriptionAdapter base implementation for
StateMachineConfigurer
.BaseStateMachineFactory
implementation buildingStateMachine
s.Annotation which imports @Configuration
s related to building state machines.Annotation which imports @Configuration
s related to building state machine factories.Annotation which enables features needed forWithStateMachine
.Base implementation of aStateMachineConfigurer
using enums.StateMachineBuilder
provides a builder pattern forStateMachine
using a similar concepts found from a normal annotation based configuration.Builder
implementation handling logic of building aStateMachine
manually.StateMachineConfig<S,E> Generic pojo keeping relates configs together.Base implementation of aStateMachineConfigurer
using objects.StateMachineFactory<S,E> StateMachineFactory
is a strategy interface buildingStateMachine
s.