corda / net.corda.client.rpc.ext

Package net.corda.client.rpc.ext

Types

MultiRPCClient

An RPC client connects to the specified server and allows to make calls using specified remote interface to the server that perform various useful tasks. Please see the Client RPC section of Corda Documentation to learn more about how this API works. Only a brief description is provided here.

class MultiRPCClient<I : RPCOps> : AutoCloseable

RPCConnectionListener

A listener that can be attached to MultiRPCClient to be notified about important RPC connectivity events.

interface RPCConnectionListener<I : RPCOps>