Package org.springframework.statemachine.config.configuration
package org.springframework.statemachine.config.configuration
-
ClassDescriptionConfiguration for annotation post processor which is needed i.e.Common configuration for statemachine.
Configuration
which gets imported fromEnableStateMachine
and registers aStateMachine
build from aStateMachineConfigurerAdapter
via aBeanDefinition
.SpringImportSelector
choosing appropriateConfiguration
based onEnableStateMachine
orEnableStateMachineFactory
annotations.Configuration
which gets imported fromEnableStateMachineFactory
and registers aStateMachineFactory
build from aStateMachineConfigurerAdapter
via aBeanDefinition
.SpringApplicationListener
which hooks toContextRefreshedEvent
and tracks when was a last time context was refreshed.