final case class TransactionAccepted(transactionId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, offset: Offset, events: Vector[Event], completionDetails: Option[CompletionDetails], domainId: Option[String]) extends TransactionLogUpdate with Product with Serializable
Complete view of a ledger transaction.
- transactionId
- 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. 
- completionDetails
- The successful submission's completion details. 
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionAccepted
- TransactionLogUpdate
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
-    new TransactionAccepted(transactionId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, offset: Offset, events: Vector[Event], completionDetails: Option[CompletionDetails], domainId: Option[String])- transactionId
- 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. 
- completionDetails
- The successful submission's completion details. 
 
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() @IntrinsicCandidate()
 
-  val commandId: String
-  val completionDetails: Option[CompletionDetails]
-  val domainId: Option[String]
-  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
- @native() @IntrinsicCandidate()
 
-   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() @IntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
 
-    val offset: Offset- Definition Classes
- TransactionAccepted → TransactionLogUpdate
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-  val transactionId: 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