final case class FinalizedResponse(requestId: RequestId, request: MediatorConfirmationRequest, finalizationTime: CantonTimestamp, verdict: Verdict)(requestTraceContext: TraceContext) extends ResponseAggregator with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FinalizedResponse
  2. ResponseAggregator
  3. Serializable
  4. Product
  5. Equals
  6. HasLoggerName
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FinalizedResponse(requestId: RequestId, request: MediatorConfirmationRequest, finalizationTime: CantonTimestamp, verdict: Verdict)(requestTraceContext: TraceContext)

Type Members

  1. abstract type VKey

    Type used to uniquely identify a view.

    Type used to uniquely identify a view.

    Definition Classes
    ResponseAggregator

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. implicit def errorLoggingContextFromNamedLoggingContext(implicit loggingContext: NamedLoggingContext): ErrorLoggingContext

    Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.

    Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.

    Attributes
    protected
    Definition Classes
    HasLoggerName
  8. val finalizationTime: CantonTimestamp
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def isFinalized: Boolean
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit def loggerNameFromThisClass: LoggerNameFromClass
    Attributes
    protected
    Definition Classes
    HasLoggerName
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val request: MediatorConfirmationRequest
  18. val requestId: RequestId

    The request id of the com.digitalasset.canton.protocol.messages.InformeeMessage

  19. val requestTraceContext: TraceContext
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def validateAndProgress(responseTimestamp: CantonTimestamp, confirmationResponses: ConfirmationResponses, topologySnapshot: TopologySnapshot)(implicit loggingContext: NamedLoggingContext, ec: ExecutionContext): FutureUnlessShutdown[Option[ResponseAggregation[VKey]]]

    Validate the additional confirmation response received and record unless already finalized.

    Validate the additional confirmation response received and record unless already finalized.

    Definition Classes
    ResponseAggregator
  22. def validateAndProgressInternal(responseTimestamp: CantonTimestamp, response: ConfirmationResponse, rootHash: RootHash, sender: ParticipantId, topologySnapshot: TopologySnapshot)(implicit loggingContext: NamedLoggingContext, ec: ExecutionContext): FutureUnlessShutdown[Option[ResponseAggregation[VKey]]]

    Merely validates the request and raises alarms.

    Merely validates the request and raises alarms. But there is nothing to progress any more

    Attributes
    protected[synchronizer]
    Definition Classes
    FinalizedResponseResponseAggregator
  23. def validateResponse[VKEY](viewKeyO: Option[VKEY], rootHash: RootHash, responseTimestamp: CantonTimestamp, sender: ParticipantId, localVerdict: LocalVerdict, topologySnapshot: TopologySnapshot, confirmingParties: Set[LfPartyId])(implicit arg0: ViewKey[VKEY], ec: ExecutionContext, loggingContext: NamedLoggingContext): OptionT[FutureUnlessShutdown, List[(VKEY, Set[LfPartyId])]]
    Attributes
    protected
    Definition Classes
    ResponseAggregator
  24. val verdict: Verdict
  25. def version: CantonTimestamp

    The sequencer timestamp of the most recent message that affected this ResponseAggregator

    The sequencer timestamp of the most recent message that affected this ResponseAggregator

    Definition Classes
    FinalizedResponseResponseAggregator
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from ResponseAggregator

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasLoggerName

Inherited from AnyRef

Inherited from Any

Ungrouped