| Asynchronous |
Suspend the response and use the Broadcaster associated with HeaderConfig.X_ATMOSPHERE_TRACKING_ID
to publish the result.
|
| Broadcast |
Broadcast to all suspended response the value of the method annotated with this annotation.
|
| Cluster |
Defines an annotation that can be used to add clustering support
when a Broadcaster is used.
|
| Publish |
When a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed
value, e.g the associated Broadcaster.broadcast(Object) will be invoked.
|
| Resume |
Resume a suspended response.
|
| Schedule |
Schedule periodic broadcast operations to the set of suspended response.
|
| Subscribe |
Subscribe to the "value", or topic.
|
| Suspend |
Suspend the underlying response.
|