Annotation Interface AsyncRemoteCall


@Retention(RUNTIME) @Target(METHOD) public @interface AsyncRemoteCall
used to indicate async invocation of the annotated method. the LRMI layer will dispatch the invocation on a client selector thread in a non-blocking manner and return the answer into a returned Future when available.
Since:
6.5
Author:
asy ronen