-
Interface Summary
Interface |
Description |
RemoteCall.Caller |
Objects implementing this interface represent remote clients that
performed remote calls.
|
-
-
Annotation Types Summary
Annotation Type |
Description |
Configure |
For server-side services, identifies channel configuration methods that are invoked
when a message is processed on server-side.
|
Listener |
For server-side services, identifies callback methods that are invoked
when a message is processed on server-side.
|
Param |
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.
|
RemoteCall |
Identifies callback methods on server-side services that are invoked
when the client is performing a remote call.
|
Service |
Identifies classes whose instances are services that interact with the Bayeux API.
|
Session |
Identifies fields and methods that can be injected with sessions objects
scoped to the service instance.
|
Subscription |
For server-side services, identifies callback methods that are invoked
when a message is processed on local-side.
|