Packages

final case class SandboxConfig(address: Option[String], port: Port, portFile: Option[Path], ledgerIdMode: LedgerIdMode, participantId: ParticipantId, damlPackages: List[File], timeProviderType: Option[TimeProviderType], commandConfig: CommandConfiguration, ledgerConfig: LedgerConfiguration, tlsConfig: Option[TlsConfiguration], scenario: Option[String], implicitPartyAllocation: Boolean, maxInboundMessageSize: Int, jdbcUrl: Option[String], eagerPackageLoading: Boolean, logLevel: Option[Level], authService: Option[AuthService], seeding: Option[Seeding], metricsReporter: Option[MetricsReporter], metricsReportingInterval: Duration, eventsPageSize: Int, lfValueTranslationEventCacheConfiguration: Configuration, lfValueTranslationContractCacheConfiguration: Configuration, profileDir: Option[Path], stackTraces: Boolean, engineMode: EngineMode, managementServiceTimeout: Duration) extends Product with Serializable

Defines the basic configuration for running sandbox

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SandboxConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SandboxConfig(address: Option[String], port: Port, portFile: Option[Path], ledgerIdMode: LedgerIdMode, participantId: ParticipantId, damlPackages: List[File], timeProviderType: Option[TimeProviderType], commandConfig: CommandConfiguration, ledgerConfig: LedgerConfiguration, tlsConfig: Option[TlsConfiguration], scenario: Option[String], implicitPartyAllocation: Boolean, maxInboundMessageSize: Int, jdbcUrl: Option[String], eagerPackageLoading: Boolean, logLevel: Option[Level], authService: Option[AuthService], seeding: Option[Seeding], metricsReporter: Option[MetricsReporter], metricsReportingInterval: Duration, eventsPageSize: Int, lfValueTranslationEventCacheConfiguration: Configuration, lfValueTranslationContractCacheConfiguration: Configuration, profileDir: Option[Path], stackTraces: Boolean, engineMode: EngineMode, managementServiceTimeout: Duration)

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 address: Option[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authService: Option[AuthService]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val commandConfig: CommandConfiguration
  9. val damlPackages: List[File]
  10. val eagerPackageLoading: Boolean
  11. val engineMode: EngineMode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val eventsPageSize: Int
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val implicitPartyAllocation: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val jdbcUrl: Option[String]
  19. val ledgerConfig: LedgerConfiguration
  20. val ledgerIdMode: LedgerIdMode
  21. val lfValueTranslationContractCacheConfiguration: Configuration
  22. val lfValueTranslationEventCacheConfiguration: Configuration
  23. val logLevel: Option[Level]
  24. val managementServiceTimeout: Duration
  25. val maxInboundMessageSize: Int
  26. val metricsReporter: Option[MetricsReporter]
  27. val metricsReportingInterval: Duration
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val participantId: ParticipantId
  32. val port: Port
  33. val portFile: Option[Path]
  34. val profileDir: Option[Path]
  35. val scenario: Option[String]
  36. val seeding: Option[Seeding]
  37. val stackTraces: Boolean
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val timeProviderType: Option[TimeProviderType]
  40. val tlsConfig: Option[TlsConfiguration]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped