インターフェースの使用
org.springframework.context.ApplicationEventPublisherAware
ApplicationEventPublisherAware を使用するパッケージ
パッケージ
説明
標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。
「単純な」メッセージブローカの実装を、抽象基本クラスおよびサブスクリプションのレジストリなどの他のサポート型とともに提供します。
シンプルなメッセージングプロトコル(STOMP など)の一般的なサポート。
アノテーションベースの再試行と同時実行制限のサポート。
core.retry および Reactor に基づく再試行インターセプター配置。 宣言的なトランザクション区分のための AOP ベースのソリューション。
Spring のメッセージングモジュール用の WebSocket 統合。
org.springframework.context.event 内の ApplicationEventPublisherAware 使用
修飾子と型クラス説明class各ApplicationEventPublisherで登録されたすべてのApplicationListenersにApplicationEventを発行するInterceptorは、各メソッド呼び出しが成功した後。org.springframework.messaging.simp.broker 内の ApplicationEventPublisherAware 使用
修飾子と型クラス説明class登録されたサブスクライバーにメッセージを仲介するMessageHandlerの抽象基本クラス。classSimpMessageTypeで定義されたメッセージ型を認識し、SubscriptionRegistryを使用してサブスクリプションを追跡し、サブスクライバーにメッセージを送信する「単純な」メッセージブローカー。org.springframework.messaging.simp.stomp 内の ApplicationEventPublisherAware 使用
org.springframework.resilience.annotation 内の ApplicationEventPublisherAware 使用
org.springframework.resilience.retry 内の ApplicationEventPublisherAware 使用
修飾子と型クラス説明class特定の再試行仕様をRetryTemplateまたは Reactor のいずれかに適合させる抽象再試行インターセプター実装。class指定されたMethodRetrySpecに基づいた、単純な具体的な再試行インターセプター。org.springframework.transaction.interceptor 内の ApplicationEventPublisherAware 使用
修飾子と型クラス説明class共通の Spring トランザクションインフラストラクチャ(PlatformTransactionManager/ReactiveTransactionManager)を使用した宣言的トランザクション管理のための AOP Alliance MethodInterceptor。org.springframework.web.socket.messaging 内の ApplicationEventPublisherAware 使用