object AcsTxStreams extends NoTracing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AcsTxStreams
- NoTracing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def acsFollowingAndBoundary(transactionsSince: (LedgerOffset) => Source[Transaction, NotUsed], logger: TracedLogger)(implicit ec: ExecutionContext, lc: LoggingContextOf[Any]): Graph[FanOutShape2[GetActiveContractsResponse, util.ContractStreamStep.LAV1, BeginBookmark[Offset]], NotUsed]
Like
acsAndBoundary
, but also include the events produced bytransactionsSince
after the ACS's last offset, terminating with the last offset of the last transaction, or the ACS's last offset if there were no transactions. - 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
- implicit def traceContext: TraceContext
- Attributes
- protected
- Definition Classes
- NoTracing
- def transactionFilter(parties: PartySet, contractTypeIds: List[http.domain.ContractTypeId.Resolved]): TransactionFilter
- def transactionsFollowingBoundary(transactionsSince: (LedgerOffset) => Source[Transaction, NotUsed], logger: TracedLogger)(implicit ec: ExecutionContext, lc: LoggingContextOf[Any]): Graph[FanOutShape2[BeginBookmark[Offset], util.ContractStreamStep.Txn.LAV1, BeginBookmark[Offset]], NotUsed]
Interpreting the transaction stream so it conveniently depends on the ACS graph, if desired.
Interpreting the transaction stream so it conveniently depends on the ACS graph, if desired. Deliberately matching output shape to
acsFollowingAndBoundary
. - 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])