com.digitalasset.canton.ledger.client.configuration
CommandClientConfiguration
Companion object CommandClientConfiguration
final case class CommandClientConfiguration(maxCommandsInFlight: Int, maxParallelSubmissions: Int, defaultDeduplicationTime: Duration) extends Product with Serializable
- maxCommandsInFlight
The maximum number of unconfirmed commands the client may track. The client will backpressure when this number is reached.
- maxParallelSubmissions
The maximum number of parallel command submissions at a given time. The client will backpressure when this number is reached.
- defaultDeduplicationTime
The deduplication time to use for commands that do not have a deduplication time set. The deduplication time is also used as the time after which commands time out in the command client.
- Alphabetic
- By Inheritance
- CommandClientConfiguration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CommandClientConfiguration(maxCommandsInFlight: Int, maxParallelSubmissions: Int, defaultDeduplicationTime: Duration)
- maxCommandsInFlight
The maximum number of unconfirmed commands the client may track. The client will backpressure when this number is reached.
- maxParallelSubmissions
The maximum number of parallel command submissions at a given time. The client will backpressure when this number is reached.
- defaultDeduplicationTime
The deduplication time to use for commands that do not have a deduplication time set. The deduplication time is also used as the time after which commands time out in the command client.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val defaultDeduplicationTime: Duration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxCommandsInFlight: Int
- val maxParallelSubmissions: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])