com.github.manosbatsis.corda.rpc.poolboy.pool.client / CordaRpcClientFactory / validateObject
validateObject¶
fun validateObject(key:
PoolKey
, p: PooledObject<CordaRPCClient>): Boolean
Ensures that the instance is safe to be returned by the pool.
Parameters¶
key
- the key used when selecting the object
p
- a {@code PooledObject} wrapping the instance to be validated
Return always true in the default implementation