Packages

final case class DynamicDomainParameters(participantResponseTimeout: Option[Duration], mediatorReactionTimeout: Option[Duration], transferExclusivityTimeout: Option[Duration], topologyChangeDelay: Option[Duration], ledgerTimeRecordTimeTolerance: Option[Duration], reconciliationInterval: Option[Duration], mediatorDeduplicationTimeout: Option[Duration], maxRatePerParticipant: Int, maxRequestSize: Int) extends GeneratedMessage with Updatable[DynamicDomainParameters] with Product with Serializable

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicDomainParameters
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DynamicDomainParameters(participantResponseTimeout: Option[Duration], mediatorReactionTimeout: Option[Duration], transferExclusivityTimeout: Option[Duration], topologyChangeDelay: Option[Duration], ledgerTimeRecordTimeTolerance: Option[Duration], reconciliationInterval: Option[Duration], mediatorDeduplicationTimeout: Option[Duration], maxRatePerParticipant: Int, maxRequestSize: Int)

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 clearLedgerTimeRecordTimeTolerance: DynamicDomainParameters
  6. def clearMediatorDeduplicationTimeout: DynamicDomainParameters
  7. def clearMediatorReactionTimeout: DynamicDomainParameters
  8. def clearParticipantResponseTimeout: DynamicDomainParameters
  9. def clearReconciliationInterval: DynamicDomainParameters
  10. def clearTopologyChangeDelay: DynamicDomainParameters
  11. def clearTransferExclusivityTimeout: DynamicDomainParameters
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def companion: DynamicDomainParameters.type
    Definition Classes
    DynamicDomainParameters → GeneratedMessage
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DynamicDomainParameters → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DynamicDomainParameters → GeneratedMessage
  18. def getLedgerTimeRecordTimeTolerance: Duration
  19. def getMediatorDeduplicationTimeout: Duration
  20. def getMediatorReactionTimeout: Duration
  21. def getParticipantResponseTimeout: Duration
  22. def getReconciliationInterval: Duration
  23. def getTopologyChangeDelay: Duration
  24. def getTransferExclusivityTimeout: Duration
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val ledgerTimeRecordTimeTolerance: Option[Duration]
  27. val maxRatePerParticipant: Int
  28. val maxRequestSize: Int
  29. val mediatorDeduplicationTimeout: Option[Duration]
  30. val mediatorReactionTimeout: Option[Duration]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val participantResponseTimeout: Option[Duration]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. val reconciliationInterval: Option[Duration]
  37. def serializedSize: Int
    Definition Classes
    DynamicDomainParameters → GeneratedMessage
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  40. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  41. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  42. def toProtoString: String
    Definition Classes
    DynamicDomainParameters → GeneratedMessage
  43. val topologyChangeDelay: Option[Duration]
  44. val transferExclusivityTimeout: Option[Duration]
  45. def update(ms: (Lens[DynamicDomainParameters, DynamicDomainParameters]) => Mutation[DynamicDomainParameters]*): DynamicDomainParameters
    Definition Classes
    Updatable
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. def withLedgerTimeRecordTimeTolerance(__v: Duration): DynamicDomainParameters
  50. def withMaxRatePerParticipant(__v: Int): DynamicDomainParameters
  51. def withMaxRequestSize(__v: Int): DynamicDomainParameters
  52. def withMediatorDeduplicationTimeout(__v: Duration): DynamicDomainParameters
  53. def withMediatorReactionTimeout(__v: Duration): DynamicDomainParameters
  54. def withParticipantResponseTimeout(__v: Duration): DynamicDomainParameters
  55. def withReconciliationInterval(__v: Duration): DynamicDomainParameters
  56. def withTopologyChangeDelay(__v: Duration): DynamicDomainParameters
  57. def withTransferExclusivityTimeout(__v: Duration): DynamicDomainParameters
  58. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  59. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DynamicDomainParameters → GeneratedMessage
  60. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped