パッケージ org.springframework.statemachine.config.configuration
パッケージ org.springframework.statemachine.config.configuration
- クラスクラス説明必要なアノテーションポストプロセッサーの構成、つまりステートマシンの一般的な構成。
EnableStateMachine
からインポートされ、BeanDefinition
を介してStateMachineConfigurerAdapter
からStateMachine
ビルドを登録するConfiguration
。SpringImportSelector
は、EnableStateMachine
またはEnableStateMachineFactory
アノテーションに基づいて適切なConfiguration
を選択します。EnableStateMachineFactory
からインポートされ、BeanDefinition
を介してStateMachineConfigurerAdapter
からStateMachineFactory
ビルドを登録するConfiguration
。SpringApplicationListener
はContextRefreshedEvent
にフックし、コンテキストが最後にリフレッシュされたのはいつかを追跡します。