object TimestampedEvent extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimestampedEvent
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait EventId extends PrettyPrinting with Product with Serializable
- case class TimelyRejectionEventId(domainId: DomainId, uuid: UUID) extends EventId with Product with Serializable
Event identifier for an event that comes in as a timely rejection via the com.digitalasset.canton.participant.store.InFlightSubmissionStore.
Event identifier for an event that comes in as a timely rejection via the com.digitalasset.canton.participant.store.InFlightSubmissionStore. We use a java.util.UUID instead of a general com.digitalasset.canton.sequencing.protocol.MessageId so that we stay below the 300 character limit.
- case class TransactionEventId(transactionId: LedgerTransactionId) extends EventId with Product with Serializable
The transaction ID of a
TransactionAccepted
event
Value Members
- def apply(event: LedgerSyncEvent, localOffset: LocalOffset, requestSequencerCounter: Option[SequencerCounter])(implicit traceContext: TraceContext): TimestampedEvent
- def eventSize(event: LedgerSyncEvent): Int
The size of the event for the metric in the com.digitalasset.canton.participant.store.MultiDomainEventLog.
- implicit def getResultTimestampedEvent(implicit readEvent: GetResult[LedgerSyncEvent], getResultByteArray: GetResult[Array[Byte]]): GetResult[TimestampedEvent]
- object EventId extends Serializable