CordaRPCClient |
class CordaRPCClient : Closeable, ArtemisMessagingComponent
An RPC client connects to the specified server and allows you to make calls to the server that perform various useful tasks. See the documentation for proxy or review the docsite to learn more about how this API works. |
CordaRPCClientImpl |
class CordaRPCClientImpl
Core RPC engine implementation, to learn how to use RPC you should be looking at CordaRPCClient. |
createRPCKryoForDeserialization |
fun createRPCKryoForDeserialization(rpcClient: CordaRPCClientImpl, qName: String? = null, rpcName: String? = null, rpcLocation: Throwable? = null): Kryo |
releaseRPCKryoForDeserialization |
fun releaseRPCKryoForDeserialization(kryo: Kryo): Unit |