com.github.manosbatsis.corda.testacles.containers.config.network / RpcSettings
RpcSettings¶
class RpcSettings :ConfigObjectData
Constructors¶
| Name | Summary |
|---|---|
| <init> | RpcSettings(nodeHostName:String, ssl: BrokerRpcSslOptions? = null) |
Properties¶
| Name | Summary |
|---|---|
| ssl | val ssl: BrokerRpcSslOptions? |
Functions¶
| Name | Summary |
|---|---|
| asConfigValue | fun asConfigValue(target: Config): ConfigValueTransform to a ConfigValue for the target key, possibly using any information as needed from the target config |
Inherited Functions¶
| Name | Summary |
|---|---|
| getActionHint | open fun getActionHint(target: Config):ApplyActionTypeLook at the target config and suggest what the action for this fragment should be |
| getLocalKey | open fun getLocalKey():StringGet the local path fragment this config data corresponds to |