批注接口 DsTxEventListener
@Target({METHOD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@EventListener
public @interface DsTxEventListener
DsTxEventListener
- 作者:
- zp
-
可选元素概要
可选元素
-
元素详细资料
-
phase
org.springframework.transaction.event.TransactionPhase phase- 默认值:
AFTER_COMMIT
-
value
@AliasFor(annotation=org.springframework.context.event.EventListener.class, attribute="classes") Class<?>[] value- 默认值:
{}
-
classes
@AliasFor(annotation=org.springframework.context.event.EventListener.class, attribute="classes") Class<?>[] classes- 默认值:
{}
-
condition
String condition- 默认值:
""
-