Annotation Interface RpcDelegate.RunsOnClient
- Enclosing class:
- RpcDelegate
Annotate a particular method or your entire RPC implementation with
RunsOnClient
to allow it to be
invoked by a client.- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
clientPermissionId
String clientPermissionId- Returns:
- A non-null, non-empty string identifying the client permission required to invoke this method.
Use
ClientPermissionsConstants.UNRESTRICTED
to allow any client to invoke the method. - See Also:
-