Class | Description |
---|---|
StateMachineAnnotationPostProcessorConfiguration |
Configuration for annotation post processor which is needed i.e.
|
StateMachineCommonConfiguration |
Common configuration for statemachine.
|
StateMachineConfiguration<S,E> |
Configuration which gets imported from EnableStateMachine and registers
a StateMachine build from a StateMachineConfigurerAdapter via
a BeanDefinition . |
StateMachineConfigurationImportSelector |
Spring
ImportSelector choosing appropriate Configuration
based on EnableStateMachine or EnableStateMachineFactory annotations. |
StateMachineFactoryConfiguration<S,E> |
Configuration which gets imported from EnableStateMachineFactory and registers
a StateMachineFactory build from a StateMachineConfigurerAdapter via
a BeanDefinition . |
StateMachineHandlerApplicationListener |
Spring
ApplicationListener which hooks to ContextRefreshedEvent
and tracks when was a last time context was refreshed. |