クラス PersistentApplicationEventMulticaster

java.lang.ObjectSE
org.springframework.context.event.AbstractApplicationEventMulticaster
org.springframework.modulith.events.support.PersistentApplicationEventMulticaster
実装されたすべてのインターフェース:
AwareBeanClassLoaderAwareBeanFactoryAwareSmartInitializingSingletonApplicationEventMulticasterIncompleteEventPublications

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

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

作成者:
Oliver Drotbohm
関連事項: