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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SandboxConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authService: Option[AuthService]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val commandConfig: CommandConfiguration
- val damlPackages: List[File]
- val eagerPackageLoading: Boolean
- val engineMode: EngineMode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventsPageSize: Int
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val implicitPartyAllocation: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jdbcUrl: Option[String]
- val ledgerConfig: LedgerConfiguration
- val ledgerIdMode: LedgerIdMode
- val lfValueTranslationContractCacheConfiguration: Configuration
- val lfValueTranslationEventCacheConfiguration: Configuration
- val logLevel: Option[Level]
- val managementServiceTimeout: Duration
- val maxInboundMessageSize: Int
- val metricsReporter: Option[MetricsReporter]
- val metricsReportingInterval: Duration
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val participantId: ParticipantId
- val port: Port
- val portFile: Option[Path]
- val profileDir: Option[Path]
- val scenario: Option[String]
- val seeding: Option[Seeding]
- val stackTraces: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeProviderType: Option[TimeProviderType]
- val tlsConfig: Option[TlsConfiguration]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()