c

com.digitalasset.canton.participant.config

EnterpriseParticipantConfig

final case class EnterpriseParticipantConfig(init: ParticipantInitConfig = ParticipantInitConfig(), crypto: EnterpriseCryptoConfig = EnterpriseCryptoConfig(), ledgerApi: LedgerApiServerConfig = LedgerApiServerConfig(), httpLedgerApiExperimental: Option[HttpApiConfig] = None, adminApi: EnterpriseAdminServerConfig = EnterpriseAdminServerConfig(), storage: EnterpriseStorageConfig = EnterpriseStorageConfig.Memory(), testingTime: Option[TestingTimeServiceConfig] = None, parameters: ParticipantNodeParameterConfig = ParticipantNodeParameterConfig(), sequencerClient: SequencerClientConfig = SequencerClientConfig(), caching: CachingConfigs = CachingConfigs(), replication: ReplicationConfig = ReplicationConfig(), features: EnterpriseParticipantFeaturesConfig = EnterpriseParticipantFeaturesConfig(), monitoring: NodeMonitoringConfig = NodeMonitoringConfig(), topologyX: TopologyXConfig = TopologyXConfig()) extends LocalParticipantConfig with EnterpriseLocalNodeConfig with ConfigDefaults[DefaultPorts, EnterpriseParticipantConfig] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnterpriseParticipantConfig
  2. Serializable
  3. Product
  4. Equals
  5. ConfigDefaults
  6. EnterpriseLocalNodeConfig
  7. LocalParticipantConfig
  8. LocalNodeConfig
  9. BaseParticipantConfig
  10. NodeConfig
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val adminApi: EnterpriseAdminServerConfig

    parameters of the interface used to administrate the participant

    parameters of the interface used to administrate the participant

    Definition Classes
    EnterpriseParticipantConfigLocalParticipantConfigLocalNodeConfig
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val caching: CachingConfigs

    Various cache sizes

    Various cache sizes

    Definition Classes
    EnterpriseParticipantConfigLocalNodeConfig
  7. def clientAdminApi: ClientConfig
  8. def clientLedgerApi: ClientConfig
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val crypto: EnterpriseCryptoConfig

    determines the algorithms used for signing, hashing, and encryption

    determines the algorithms used for signing, hashing, and encryption

    Definition Classes
    EnterpriseParticipantConfigEnterpriseLocalNodeConfigLocalParticipantConfigLocalNodeConfig
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val features: EnterpriseParticipantFeaturesConfig
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val httpLedgerApiExperimental: Option[HttpApiConfig]

    parameters for configuring the interaction with ledger via the HTTP JSON API.

    parameters for configuring the interaction with ledger via the HTTP JSON API. Configuring this key will enable the HTTP JSON API server. NOTE: This feature is experimental and MUST NOT be used in production code.

    Definition Classes
    EnterpriseParticipantConfigLocalParticipantConfig
  15. val init: ParticipantInitConfig

    determines how this node is initialized

    determines how this node is initialized

    Definition Classes
    EnterpriseParticipantConfigLocalParticipantConfigLocalNodeConfig
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val ledgerApi: LedgerApiServerConfig

    parameters of the interfaces that applications use to change and query the ledger

    parameters of the interfaces that applications use to change and query the ledger

    Definition Classes
    EnterpriseParticipantConfigLocalParticipantConfig
  18. val monitoring: NodeMonitoringConfig
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val nodeTypeName: String

    Human readable name for the type of node used for displaying config error messages

    Human readable name for the type of node used for displaying config error messages

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val parameters: ParticipantNodeParameterConfig

    general participant node parameters

    general participant node parameters

    Definition Classes
    EnterpriseParticipantConfigLocalParticipantConfigLocalNodeConfig
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val replication: ReplicationConfig
  26. val sequencerClient: SequencerClientConfig
  27. val storage: EnterpriseStorageConfig

    determines how the participant stores the ledger

    determines how the participant stores the ledger

    Definition Classes
    EnterpriseParticipantConfigEnterpriseLocalNodeConfigLocalParticipantConfigLocalNodeConfig
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val testingTime: Option[TestingTimeServiceConfig]

    determines whether and how to support the ledger API time service

    determines whether and how to support the ledger API time service

    Definition Classes
    EnterpriseParticipantConfigLocalParticipantConfig
  30. def toRemoteConfig: RemoteParticipantConfig
  31. val topologyX: TopologyXConfig
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def withDefaults(ports: DefaultPorts): EnterpriseParticipantConfig

    Returns this configuration with defaults set if necessary.

    Returns this configuration with defaults set if necessary.

    Definition Classes
    EnterpriseParticipantConfigConfigDefaults

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LocalParticipantConfig

Inherited from LocalNodeConfig

Inherited from BaseParticipantConfig

Inherited from NodeConfig

Inherited from AnyRef

Inherited from Any

Ungrouped