Package com.gigaspaces.annotation.lrmi
package com.gigaspaces.annotation.lrmi
-
Annotation InterfacesClassDescriptionused to indicate async invocation of the annotated method.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.This is used to specify custom lrmi tracking of a method.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.Should be put on operation or service that are required to have monitoring into the system, such as UI, admin and so on.This Annotation class provides one way remote method call by underlining communication network protocol.