Annotation Type NotificationListener
-
@Target(METHOD) @Retention(RUNTIME) @Inherited @Documented @Repeatable(List.class) public @interface NotificationListener
订阅通知。
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>notification要监听的通知类。
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringamplifierBeanNamerecover时要使用的amplifier bean在容器内的名字intconcurrency监听器并发量java.lang.Stringname监听器的名称。
-