trait DomainBaseConfig extends LocalNodeConfig

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomainBaseConfig
  2. LocalNodeConfig
  3. NodeConfig
  4. AnyRef
  5. 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

  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
    DomainBaseConfigLocalNodeConfig
  5. abstract def init: DomainInitConfig

    determines how this node is initialized

    determines how this node is initialized

    Definition Classes
    DomainBaseConfigLocalNodeConfig
  6. abstract def monitoring: NodeMonitoringConfig
    Definition Classes
    LocalNodeConfig
  7. abstract 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
    LocalNodeConfig
  8. abstract def parameters: LocalNodeParametersConfig
    Definition Classes
    LocalNodeConfig
  9. abstract def sequencerClient: SequencerClientConfig
    Definition Classes
    LocalNodeConfig
  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.

  12. abstract def topology: TopologyConfig

    determines how the domain performs topology management

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. 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. val topologyX: TopologyXConfig
    Definition Classes
    DomainBaseConfigLocalNodeConfig
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. 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 NodeConfig

Inherited from AnyRef

Inherited from Any

Ungrouped