Annotation Type Listener


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Listener

For server-side services, identifies callback methods that are invoked when a message is processed on server-side.

For client-side services, identifies callback methods that are invoked with the same semantic of org.cometd.bayeux.client.ClientSessionChannel.MessageListener.

See Also: