com.github.manosbatsis.corda.rpc.poolboy / PoolBoyNonPooledRawRpcConnection / CordaRPCOpsWrappingConnection
CordaRPCOpsWrappingConnection¶
class CordaRPCOpsWrappingConnection :NodeRpcConnection
Constructors¶
| Name | Summary |
|---|---|
| <init> | CordaRPCOpsWrappingConnection(proxy: CordaRPCOps, skipInfo: Boolean = true) |
Properties¶
| Name | Summary |
|---|---|
| proxy | val proxy: CordaRPCOpsObtain a CordaRPCOps proxy for this connection |
| skipInfo | val skipInfo: Boolean |
Inherited Functions¶
| Name | Summary |
|---|---|
| skipInfo | open fun skipInfo(): BooleanWhether this connection should be kept private e.g. from actuator |