com.github.manosbatsis.corda.rpc.poolboy.config / RpcConfigurationService / getRpcNodeParams
getRpcNodeParams¶
abstract fun getRpcNodeParams(nodeName: String):
NodeParams
Get the RPC connection configuration (i.e. NodeParams) corresponding to the given nodeName per your configuration implementation, e.g. application.properties key, database primary key etc.
Note: the implementor is solely responsible for any caching while retrieving results