object ProtocolProcessor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtocolProcessor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CleanReplayData(requestCounter: RequestCounter, requestSequencerCounter: SequencerCounter, pendingContracts: Set[LfContractId], mediatorId: MediatorId) extends PendingRequestDataOrReplayData[Nothing] with Product with Serializable
- case class ConflictingContractData(existing: Set[StoredContract], newContracts: Seq[WithTransactionId[SerializableContract]]) extends RequestProcessingError with Product with Serializable
- case class ContractStoreError(error: NonEmptyChain[store.ContractStoreError]) extends ResultProcessingError with Product with Serializable
- case class DecisionTimeElapsed(requestId: RequestId, timestamp: CantonTimestamp) extends ResultProcessingError with Product with Serializable
- sealed trait MalformedPayload extends Product with Serializable with PrettyPrinting
- case class NoMediatorError(topologySnapshotTimestamp: CantonTimestamp) extends SubmissionProcessingError with Product with Serializable
The identity snapshot does not list a mediator, so we cannot pick one.
- sealed trait PendingRequestDataOrReplayData[+A <: PendingRequestData] extends PendingRequestData with Product with Serializable
- sealed trait ProcessorError extends Product with Serializable with PrettyPrinting
- sealed trait RequestProcessingError extends ProcessorError
- case class RequestTrackerError(error: conflictdetection.RequestTracker.RequestTrackerError) extends RequestProcessingError with ResultProcessingError with Product with Serializable
- sealed trait ResultProcessingError extends ProcessorError
- case class SequencerDeliverError(deliverError: DeliverError) extends SubmissionProcessingError with RequestProcessingError with Product with Serializable
The sequencer refused to sequence the batch for delivery
- case class SequencerRequestError(sendError: SendAsyncClientError) extends SubmissionProcessingError with RequestProcessingError with Product with Serializable
We were unable to send the request to the sequencer
- case class SequencerTimeoutError(timestamp: CantonTimestamp) extends SubmissionProcessingError with RequestProcessingError with Product with Serializable
The sequencer did not sequence our event within the allotted time
The sequencer did not sequence our event within the allotted time
- timestamp
sequencer time when the timeout occurred
- sealed trait SubmissionProcessingError extends ProcessorError
- case class TimeoutResultTooEarly(requestId: RequestId) extends ResultProcessingError with Product with Serializable
- case class UnknownPendingRequest(requestId: RequestId) extends ResultProcessingError with Product with Serializable
- case class ViewMessageDecryptionError[VT <: ViewType](error: EncryptedViewMessageDecryptionError[VT]) extends MalformedPayload with Product with Serializable
- case class WrappedPendingRequestData[+A <: PendingRequestData](unwrap: A) extends PendingRequestDataOrReplayData[A] with Product with Serializable
- case class WrongRootHash(viewTree: ViewTree, expectedRootHash: RootHash) extends MalformedPayload with Product with Serializable
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])