Annotation Interface RpcDelegate.RunsOnBackup

Enclosing class:
RpcDelegate

@Retention(RUNTIME) @Target(METHOD) public static @interface RpcDelegate.RunsOnBackup
Annotate a particular method on your RPC implementation with RunsOnBackup to allow it to be invoked on a backup node.
See Also: