com.github.manosbatsis.corda.rpc.poolboy / PoolBoy / withConnection
withConnection¶
fun <A> withConnection(key:
PoolKey
, block: (
NodeRpcConnection
) ->
A
):
A
Run some code with a NodeRpcConnection from the pool in-context
com.github.manosbatsis.corda.rpc.poolboy / PoolBoy / withConnection
fun <A> withConnection(key:
PoolKey
, block: (
NodeRpcConnection
) ->
A
):
A
Run some code with a NodeRpcConnection from the pool in-context