|
Annotation Types Summary |
| Broadcast |
Broadcast to all suspended response the value of the method annotated
with this annotation. |
| BroadcastFilter |
Defines the class(ses) to use when filtering the execution of a
Broadcast or ResumeOnBroadcast annotations. |
| Cluster |
Defines an annotation that can be used to add clustering support
when a Broadcaster is used. |
| Resume |
Resume a suspended response. |
| ResumeOnBroadcast |
If this annotation is present, all suspended response that were suspended
using @Suspend will be resumed after the value of the Broadcast
has been processed. |
| Suspend |
Suspend the underlying response. |