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.
-
-
-
-
scope
java.lang.String scope
Scope of the EventQueue. Available values areEventQueues.DESKTOP,EventQueues.GROUP,EventQueues.SESSION, andEventQueues.APPLICATION. Note:EventQueues.GROUPrequires ZK EE.- Default:
- "desktop"
-
-