final case class TransactionAccepted(updateId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, offset: Offset, events: Vector[Event], completionStreamResponse: Option[CompletionStreamResponse], synchronizerId: String, recordTime: Timestamp)(implicit traceContext: TraceContext) extends TransactionLogUpdate with Product with Serializable
Complete view of a ledger transaction.
- updateId
The transaction it.
- workflowId
The workflow id.
- effectiveAt
The transaction ledger time.
- offset
The transaction's offset in the ledger.
- events
The transaction events, in execution order.
- completionStreamResponse
The successful submission's completion details.
- recordTime
The time at which the transaction was recorded.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionAccepted
- TransactionLogUpdate
- HasTraceContext
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransactionAccepted(updateId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, offset: Offset, events: Vector[Event], completionStreamResponse: Option[CompletionStreamResponse], synchronizerId: String, recordTime: Timestamp)(implicit traceContext: TraceContext)
- updateId
The transaction it.
- workflowId
The workflow id.
- effectiveAt
The transaction ledger time.
- offset
The transaction's offset in the ledger.
- events
The transaction events, in execution order.
- completionStreamResponse
The successful submission's completion details.
- recordTime
The time at which the transaction was recorded.
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]) @IntrinsicCandidate() @native()
- val commandId: String
- val completionStreamResponse: Option[CompletionStreamResponse]
- val effectiveAt: Timestamp
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val events: Vector[Event]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val offset: Offset
- Definition Classes
- TransactionAccepted → TransactionLogUpdate
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recordTime: Timestamp
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: String
- implicit val traceContext: TraceContext
- Definition Classes
- TransactionAccepted → HasTraceContext
- val updateId: String
- 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])
- val workflowId: String