クラス CompletionRegisteringAdvisor
java.lang.ObjectSE
org.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.modulith.events.support.CompletionRegisteringAdvisor
- 実装済みのインターフェース一覧:
SerializableSE、Advisor、PointcutAdvisor、Ordered
Advisor は、TransactionalEventListener アノテーション付きメソッドを修飾して、メソッドの実行が成功したときに以前に登録されたイベントパブリケーションを完了としてマークします。- 作成者:
- Oliver Drotbohm
- 関連事項:
ネストされたクラスの概要
ネストされたクラス修飾子と型クラス説明(package private) static classMethodInterceptorは、トランザクションイベントリスナーメソッドが正常に完了した後にイベントパブリケーションの完了をトリガーします。フィールド概要
インターフェース org.springframework.aop.Advisor から継承されたフィールド
EMPTY_ADVICEインターフェース org.springframework.core.Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEコンストラクター概要
コンストラクター方法の概要
クラス org.springframework.aop.support.AbstractPointcutAdvisor から継承されたメソッド
equals, getOrder, hashCode, setOrderクラス java.lang.ObjectSE から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.aop.Advisor から継承されたメソッド
isPerInstance
コンストラクターの詳細
CompletionRegisteringAdvisor
指定されたEventPublicationRegistryの新しいCompletionRegisteringAdvisorを作成します。- パラメーター:
registry- null であってはなりません。
方法の詳細
getPointcut
getAdvice