Package org.cometd.annotation
Annotation Type Session
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Documented public @interface SessionIdentifies fields and methods that can be injected with
org.cometd.bayeux.Session sessionsobjects scoped to the service instance.On server-side services it's typical to inject
org.cometd.bayeux.server.ServerSessionororg.cometd.bayeux.server.LocalSession, while on client-side it is possible to injectorg.cometd.bayeux.client.ClientSession.