class ServerRPCOps : CordaRPCOps
Server side implementations of RPCs available to MQ based client tools. Execution takes place on the server thread (i.e. serially). Arguments are serialised and deserialised automatically.
<init> |
ServerRPCOps(services: ServiceHubInternal) Server side implementations of RPCs available to MQ based client tools. Execution takes place on the server thread (i.e. serially). Arguments are serialised and deserialised automatically. |
protocolVersion |
val protocolVersion: Int Returns the RPC protocol version. Exists since version 0 so guaranteed to be present. |