com.github.manosbatsis.corda.rpc.poolboy.pool.client / CordaRpcClientFactory / create
create¶
fun create(key:
PoolKey
): CordaRPCClient
Create an instance that can be served by the pool.
Parameters¶
key
- the key used when constructing the object
Exceptions¶
Exception
- if there is a problem creating a new instance,
this will be propagated to the code requesting an object.
Return an instance that can be served by the pool