Package org.cometd.annotation
Annotation Type Subscription
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface SubscriptionFor server-side services, identifies callback methods that are invoked when a message is processed on local-side.
For client-side services, identifies callback methods that are invoked with the same semantic of
org.cometd.bayeux.client.ClientSessionChannel#subscribe(ClientSessionChannel.MessageListener).- See Also:
Listener
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-