All Classes and Interfaces
Class
Description
Base class for common functionality in annotation processors
For server-side services, identifies callback methods that are invoked
when a message is processed on server-side.
For methods annotated with
Listener
or Subscription
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 with
org.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.