Skip to content

com.github.manosbatsis.corda.rpc.poolboy.pool.connection / DedicatedRpcClientsNodeRpcConnectionFactory

DedicatedRpcClientsNodeRpcConnectionFactory

class DedicatedRpcClientsNodeRpcConnectionFactory :AbstractRpcConnectionFactory

A NodeRpcConnection pool factory that uses a new CordaRPCClient fopr each connection.

Constructors

Name Summary
<init> DedicatedRpcClientsNodeRpcConnectionFactory(nodeParamsService:RpcConfigurationService)
A NodeRpcConnection pool factory that uses a new CordaRPCClient fopr each connection.

Properties

Name Summary
nodeParamsService val nodeParamsService:RpcConfigurationService

Functions

Name Summary
create fun create(key:PoolKey):NodeRpcConnection

Inherited Functions

Name Summary
destroyObject open fun destroyObject(key:PoolKey, p: PooledObject<NodeRpcConnection>): Unit
wrap open fun wrap(value:NodeRpcConnection): PooledObject<NodeRpcConnection>