final case class DynamicDomainParametersWithValidity(parameters: DynamicDomainParameters, validFrom: CantonTimestamp, validUntil: Option[CantonTimestamp], domainId: DomainId) extends Product with Serializable
Dynamic domain parameters and their validity interval. Mostly so that we can perform additional checks.
- validFrom
Start point of the validity interval (exclusive)
- validUntil
End point of the validity interval (inclusive)
- Alphabetic
- By Inheritance
- DynamicDomainParametersWithValidity
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DynamicDomainParametersWithValidity(parameters: DynamicDomainParameters, validFrom: CantonTimestamp, validUntil: Option[CantonTimestamp], domainId: DomainId)
- validFrom
Start point of the validity interval (exclusive)
- validUntil
End point of the validity interval (inclusive)
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 automaticTransferInEnabled: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def decisionTimeFor(activenessTime: CantonTimestamp): Either[String, CantonTimestamp]
Computes the decision time for the given activeness time.
Computes the decision time for the given activeness time.
- returns
Left in case of error, the decision time otherwise
- def decisionTimeForF(activenessTime: CantonTimestamp): Future[CantonTimestamp]
Computes the decision time for the given activeness time.
Computes the decision time for the given activeness time.
- returns
Decision time or a failed future in case of error
- val domainId: DomainId
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValidAt(ts: CantonTimestamp): Boolean
- def map[T](f: (DynamicDomainParameters) => T): WithValidity[T]
- def mediatorDeduplicationTimeout: NonNegativeFiniteDuration
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val parameters: DynamicDomainParameters
- def participantResponseDeadlineFor(timestamp: CantonTimestamp): Either[String, CantonTimestamp]
- def participantResponseDeadlineForF(timestamp: CantonTimestamp): Future[CantonTimestamp]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sequencerSigningTolerance: NonNegativeFiniteDuration
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def topologyChangeDelay: NonNegativeFiniteDuration
- def transferExclusivityLimitFor(baseline: CantonTimestamp): Either[String, CantonTimestamp]
- def transferExclusivityTimeout: NonNegativeFiniteDuration
- val validFrom: CantonTimestamp
- val validUntil: Option[CantonTimestamp]
- 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])