com.github.manosbatsis.corda.rpc.poolboy.pool.client / CordaRpcClientFactory / activateObject
activateObject¶
fun activateObject(key:PoolKey, p: PooledObject<CordaRPCClient>): Unit
Reinitialize an instance to be returned by the pool.
Parameters¶
key - the key used when selecting the object
p - a {@code PooledObject} wrapping the instance to be activated