| Annotation Type | Description | 
|---|---|
| AsyncRemoteCall | used to indicate async invocation of the annotated method. | 
| CallBackRemoteCall | used to tell the LRMI layer to create a responseContext in order to support sending the response
 back from a different thread than the calling one. | 
| CustomTracking | This is used to specify custom lrmi tracking of a method. | 
| LivenessPriority | Indicates this operation should receive highest priority, which means it should happen even if
 the regular lrmi thread pool is exausted and the  MonitoringPriorityresources are
 exausted. | 
| MonitoringPriority | Should be put on operation or service that are required to have monitoring into the system, such
 as UI, admin and so on. | 
| OneWayRemoteCall | This Annotation class provides one way remote method call by underlining communication
 network protocol. | 
Copyright © GigaSpaces.