case class RemoteParticipantConfig(adminApi: ClientConfig, ledgerApi: ClientConfig, token: Option[String] = None) extends BaseParticipantConfig with Product with Serializable
Configuration to connect the console to a participant running remotely.
- adminApi
the configuration to connect the console to the remote admin api
- ledgerApi
the configuration to connect the console to the remote ledger api
- token
optional bearer token to use on the ledger-api if jwt authorization is enabled
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteParticipantConfig
- Serializable
- Product
- Equals
- BaseParticipantConfig
- NodeConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemoteParticipantConfig(adminApi: ClientConfig, ledgerApi: ClientConfig, token: Option[String] = None)
- adminApi
the configuration to connect the console to the remote admin api
- ledgerApi
the configuration to connect the console to the remote ledger api
- token
optional bearer token to use on the ledger-api if jwt authorization is enabled
Value Members
- val adminApi: ClientConfig
- def clientAdminApi: ClientConfig
- Definition Classes
- RemoteParticipantConfig → NodeConfig
- def clientLedgerApi: ClientConfig
- Definition Classes
- RemoteParticipantConfig → BaseParticipantConfig
- val ledgerApi: ClientConfig
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val token: Option[String]