trait DomainConfig extends DomainBaseConfig

Configuration parameters for a single domain.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomainConfig
  2. DomainBaseConfig
  3. LocalNodeConfig
  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 for administrating the domain

    parameters of the interface used for administrating the domain

    Definition Classes
    DomainBaseConfigLocalNodeConfig
  2. abstract def auditLogging: Boolean

    if enabled, selected events will be logged by the ParticipantAuditor class

    if enabled, selected events will be logged by the ParticipantAuditor class

    Definition Classes
    DomainBaseConfig
  3. abstract def caching: CachingConfigs

    Various cache sizes

    Various cache sizes

    Definition Classes
    LocalNodeConfig
  4. abstract def crypto: CryptoConfig

    determines the crypto provider used for signing, hashing, and encryption and its configuration

    determines the crypto provider used for signing, hashing, and encryption and its configuration

    Definition Classes
    DomainBaseConfigNodeConfig
  5. abstract def domainParameters: DomainParametersConfig

    misc global parameters

    misc global parameters

    Definition Classes
    DomainBaseConfig
  6. abstract def init: InitConfig

    determines how this node is initialized

    determines how this node is initialized

    Definition Classes
    DomainBaseConfigLocalNodeConfig
  7. abstract def publicApi: PublicServerConfig

    parameters of the interface used to communicate with participants

  8. abstract def sequencerClient: SequencerClientConfig
    Definition Classes
    LocalNodeConfig
  9. abstract def serviceAgreement: Option[File]

    location of the service agreement of the domain (if any)

  10. abstract def storage: StorageConfig

    determines how the domain stores received messages and state

    determines how the domain stores received messages and state

    Definition Classes
    DomainBaseConfigLocalNodeConfig
  11. abstract def timeTracker: DomainTimeTrackerConfig

    Configuration of parameters related to time tracking using the domain sequencer.

    Configuration of parameters related to time tracking using the domain sequencer. Used by the IDM and optionally the mediator and sequencer components.

    Definition Classes
    DomainBaseConfig
  12. abstract def topology: TopologyConfig

    determines how the domain performs topology management

    determines how the domain performs topology management

    Definition Classes
    DomainBaseConfig

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

Inherited from DomainBaseConfig

Inherited from LocalNodeConfig

Inherited from NodeConfig

Inherited from AnyRef

Inherited from Any

Ungrouped