trait LocalParticipantConfig extends BaseParticipantConfig with LocalNodeConfig

Base for local participant configurations

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalParticipantConfig
  2. LocalNodeConfig
  3. BaseParticipantConfig
  4. NodeConfig
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def adminApi: AdminServerConfig

    parameters of the interface used to administrate the participant

    parameters of the interface used to administrate the participant

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  2. abstract def caching: CachingConfigs

    Various cache sizes

    Various cache sizes

    Definition Classes
    LocalNodeConfig
  3. abstract def clientAdminApi: ClientConfig
    Definition Classes
    NodeConfig
  4. abstract def clientLedgerApi: ClientConfig
    Definition Classes
    BaseParticipantConfig
  5. abstract def crypto: CryptoConfig

    determines the algorithms used for signing, hashing, and encryption

    determines the algorithms used for signing, hashing, and encryption

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  6. abstract def 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.

  7. abstract def init: ParticipantInitConfig

    determines how this node is initialized

    determines how this node is initialized

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  8. abstract def ledgerApi: LedgerApiServerConfig

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

  9. abstract def monitoring: NodeMonitoringConfig
    Definition Classes
    LocalNodeConfig
  10. abstract def parameters: ParticipantNodeParameterConfig

    general participant node parameters

    general participant node parameters

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  11. abstract def sequencerClient: SequencerClientConfig
    Definition Classes
    LocalNodeConfig
  12. abstract def storage: StorageConfig

    determines how the participant stores the ledger

    determines how the participant stores the ledger

    Definition Classes
    LocalParticipantConfigLocalNodeConfig
  13. abstract def testingTime: Option[TestingTimeServiceConfig]

    determines whether and how to support the ledger API time service

  14. abstract def toRemoteConfig: RemoteParticipantConfig
  15. abstract def topologyX: TopologyXConfig
    Definition Classes
    LocalNodeConfig

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. 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
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from LocalNodeConfig

Inherited from BaseParticipantConfig

Inherited from NodeConfig

Inherited from AnyRef

Inherited from Any

Ungrouped