Annotation Interface RpcDelegate.RequiredMutabilityMode
- Enclosing class:
- RpcDelegate
Annotate a particular method on your RPC implementation with
RequiredMutabilityMode
to indicate
that the client must have at least the given MutabilityMode
, or the call will be rejected.- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
MutabilityMode value
-