| Class | Description |
|---|---|
| DataKeyAnnotation |
This annotation class is used to send an event when a data key is rotated.
|
| EventAnnotation |
This annotation class is used to define event qualifiers when sending events.
|
| MessageIdAnnotation |
This annotation class is used to send an event when a message is added to the JSON response being returned to the client.
|
| MessageKeyAnnotation |
This annotation class is used to send an event when a message is added to the JSON response being returned to the client.
|
| MessageTypeAnnotation |
This annotation class is used to send an event when a message is added to the JSON response being returned to the client
|
| TopicAnnotation |
This annotation class is used to send an event to a topic.
|
| Annotation Type | Description |
|---|---|
| AnnotationsEdited |
This annotation is used to send or receive events when document annotations are edited.
|
| CheckedIn |
This annotation is used to send or receive events when documents are checked in.
|
| Created |
This annotation is used to send or receive events when an object is created.
|
| DataKey |
This annotation is used to send or receive events when data keys are rotated.
|
| Deleted |
This annotation is used to send or receive events when an object is deleted.
|
| LoggedIn |
This annotation is used to send or receive events when a user logs in to a desktop.
|
| LoggedOut |
This annotation is used to send or receive events when a user logs out from a desktop.
|
| MessageId |
This annotation is used to send or receive events when messages are added to the JSON response being returned to the client.
|
| MessageKey |
This annotation is used to send or receive events when messages are added to the JSON response being returned to the client.
|
| MessageType |
This annotation is used to send or receive events when messages are added to the JSON response being returned to the client.
|
| Observes |
This annotation is used to send or receive events synchronously.
|
| ObservesAsync |
This annotation is used to send or receive events asynchronously.
|
| ObservesForwarded |
This annotation is used to receive receive forwarded events asynchronously.
|
| Rotated |
This annotation is used to send or receive events when data keys are rotated.
|
| Timeout |
This annotation can be used to define a custom timeout value of an asynchronous event handler in seconds.
|
| Topic |
This annotation is used to send or receive events of a topic.
|
| Updated |
This annotation is used to send or receive events when an object is updated.
|