Annotation Type Subscribe
-
@Retention(RUNTIME) @Target(METHOD) public @interface SubscribeAnnotation for subscribing an EventQueue with the annotated method.SelectorComposer.- Since:
- 6.0.1
- Author:
- simonpai
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueName of the EventQueue.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanautoUnsubscribeUnsubscribe event-queue automatically when component of composer was detached.java.lang.StringeventNameEvent namejava.lang.StringscopeScope of the EventQueue.
-