com.github.manosbatsis.corda.rpc.poolboy / PoolKey
PoolKey¶
data class PoolKey
Constructors¶
| Name | Summary |
|---|---|
| <init> | PoolKey(nodeName: String, externalTrace: Trace? = null, impersonatedActor: Actor? = null) |
Properties¶
| Name | Summary |
|---|---|
| externalTrace | val externalTrace: Trace?The external Trace to be used by the RPC proxy, if any. |
| impersonatedActor | val impersonatedActor: Actor?The impersonated Actor (e.g. Corda Account ID) to be used by the RPC proxy, if any. |
| nodeName | val nodeName: StringThe string representation of the node legal identity CordaX500Name or other “node name” key per your configuration implementation, e.g. application.properties key, database primary key or other business key etc. |