Package org.cometd.annotation
package org.cometd.annotation
-
ClassDescriptionBase class for common functionality in annotation processorsFor server-side services, identifies callback methods that are invoked when a message is processed on server-side.For methods annotated with
Listener
orSubscription
whose value is a channel template such as/game/{gameId}
, this annotation binds parameters of those methods with the value obtained matching the actual channel with the channel template.Identifies classes whose instances are services that interact with the Bayeux API.Identifies fields and methods that can be injected withorg.cometd.bayeux.Session sessions
objects scoped to the service instance.For server-side services, identifies callback methods that are invoked when a message is processed on local-side.