Package-level declarations
Types
Signals that the underlying RPCConnection dropped.
An RPC client connects to the specified server and allows you to make calls to the server that perform various useful tasks. Please see the Client RPC section of docs.corda.net to learn more about how this API works. A brief description is provided here.
Can be used to configure the RPC client connection.
This class is essentially just a wrapper for an RPCConnection<CordaRPCOps>
and can be treated identically.
GracefulReconnect provides the opportunity to perform certain logic when the RPC encounters a connection disconnect during communication with the node.
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).
Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
Records the protocol version in which this RPC was added.
Thrown to indicate a fatal error in the RPC system which cannot be recovered from and so needs some manual support.