クラス PersistentApplicationEventMulticaster

java.lang.ObjectSE
org.springframework.context.event.AbstractApplicationEventMulticaster
org.springframework.modulith.events.support.PersistentApplicationEventMulticaster
実装済みのインターフェース一覧:
AwareBeanClassLoaderAwareBeanFactoryAwareSmartInitializingSingletonApplicationEventMulticasterFailedEventPublicationsIncompleteEventPublications

public class PersistentApplicationEventMulticaster extends AbstractApplicationEventMulticaster implements FailedEventPublications, IncompleteEventPublications, SmartInitializingSingleton
ApplicationEventMulticasterEventPublicationEventPublicationRegistry に登録し、失敗する可能性のあるトランザクションイベントリスナーがアプリケーションの再起動時またはスケジュールによって再呼び出されるようになります。

再出版は、EventPublicationRegistry で不完全な出版物がないかインスペクションしながら、afterSingletonsInstantiated() で処理されます。

作成者:
Oliver Drotbohm
関連事項: