@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Subscription
For 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)
.
Listener
public abstract String[] value
Copyright © 2008–2024 The CometD Project. All rights reserved.