final case class FinalizedResponse(requestId: RequestId, request: MediatorRequest, version: 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: MediatorRequest, version: 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]) @native() @HotSpotIntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def isFinalized: Boolean
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. implicit def loggerNameFromThisClass: LoggerNameFromClass
    Attributes
    protected
    Definition Classes
    HasLoggerName
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. val request: MediatorRequest
  17. val requestId: RequestId

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

  18. val requestTraceContext: TraceContext
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def validateAndProgress(responseTimestamp: CantonTimestamp, response: MediatorResponse, topologySnapshot: TopologySnapshot)(implicit loggingContext: NamedLoggingContext, ec: ExecutionContext): Future[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

    Definition Classes
    FinalizedResponseResponseAggregator
  21. def validateResponse[VKEY](viewKeyO: Option[VKEY], rootHashO: Option[RootHash], responseTimestamp: CantonTimestamp, sender: ParticipantId, localVerdict: LocalVerdict, topologySnapshot: TopologySnapshot, confirmingParties: Set[LfPartyId])(implicit arg0: ViewKey[VKEY], ec: ExecutionContext, loggingContext: NamedLoggingContext): OptionT[Future, List[(VKEY, Set[LfPartyId])]]
    Attributes
    protected
    Definition Classes
    ResponseAggregator
  22. val verdict: Verdict
  23. val 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
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. 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
    Deprecated

Inherited from ResponseAggregator

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasLoggerName

Inherited from AnyRef

Inherited from Any

Ungrouped