Annotation Interface Unbatched


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Unbatched
Designates a remote method which should never be included in a batched request. This makes it possible to send out-of-band messages from the thread which is forming a batched request.