class DomainOutboxX extends DomainOutboxCommon[GenericSignedTopologyTransactionX, RegisterTopologyTransactionHandleCommon[GenericSignedTopologyTransactionX], TopologyStoreX[DomainStore]] with DomainOutboxDispatchHelperX

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomainOutboxX
  2. DomainOutboxDispatchHelperX
  3. DomainOutboxCommon
  4. DomainOutboxDispatch
  5. FlagCloseable
  6. AutoCloseable
  7. DomainOutboxDispatchStoreSpecific
  8. NamedLogging
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DomainOutboxX(domain: DomainAlias, domainId: DomainId, memberId: Member, protocolVersion: ProtocolVersion, handle: RegisterTopologyTransactionHandleCommon[GenericSignedTopologyTransactionX], targetClient: DomainTopologyClientWithInit, authorizedStore: TopologyStoreX[AuthorizedStore], targetStore: TopologyStoreX[DomainStore], timeouts: ProcessingTimeout, loggerFactory: NamedLoggerFactory, crypto: Crypto, batchSize: Int = 100, maybeObserverCloseable: Option[AutoCloseable] = None)(implicit ec: ExecutionContext)

Type Members

  1. case class ReaderState(count: Int, readers: MultiSet[String]) extends Product with Serializable
    Definition Classes
    FlagCloseable
  2. case class Watermarks(queuedApprox: Int, running: Boolean, authorized: CantonTimestamp, dispatched: CantonTimestamp) extends Product with Serializable
    Attributes
    protected
    Definition Classes
    DomainOutboxCommon

Value Members

  1. object ReaderState extends Serializable
    Definition Classes
    FlagCloseable
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authorizedStore: TopologyStoreX[AuthorizedStore]
  7. def awaitIdle(timeout: Duration)(implicit traceContext: TraceContext): FutureUnlessShutdown[Boolean]
    Definition Classes
    DomainOutboxCommon
  8. def awaitTransactionObserved(client: DomainTopologyClient, transaction: GenericSignedTopologyTransactionX, timeout: Duration)(implicit traceContext: TraceContext): FutureUnlessShutdown[Boolean]
    Attributes
    protected
    Definition Classes
    DomainOutboxXDomainOutboxCommon
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def close(): Unit

    Blocks until all earlier tasks have completed and then prevents further tasks from being run.

    Blocks until all earlier tasks have completed and then prevents further tasks from being run.

    Definition Classes
    FlagCloseable → AutoCloseable
    Annotations
    @SuppressWarnings()
  11. def closingTimeout: FiniteDuration
    Attributes
    protected
    Definition Classes
    FlagCloseable
  12. def convertTransactions(transactions: Seq[GenericSignedTopologyTransactionX])(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[Future, String, Seq[GenericSignedTopologyTransactionX]]
    Attributes
    protected
    Definition Classes
    DomainOutboxDispatchHelperXDomainOutboxDispatchStoreSpecific
  13. val crypto: Crypto
    Attributes
    protected
    Definition Classes
    DomainOutboxCommonDomainOutboxDispatchStoreSpecific
  14. def dispatch(domain: DomainAlias, transactions: Seq[GenericSignedTopologyTransactionX])(implicit traceContext: TraceContext, executionContext: ExecutionContext): EitherT[FutureUnlessShutdown, String, Seq[State]]
    Attributes
    protected
    Definition Classes
    DomainOutboxDispatch
  15. val domainId: DomainId
  16. implicit val ec: ExecutionContext
    Definition Classes
    DomainOutboxCommon
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. def filterTransactions(transactions: Seq[GenericSignedTopologyTransactionX], predicate: (GenericSignedTopologyTransactionX) => Future[Boolean])(implicit executionContext: ExecutionContext): Future[Seq[GenericSignedTopologyTransactionX]]
    Attributes
    protected
    Definition Classes
    DomainOutboxDispatchHelperXDomainOutboxDispatchStoreSpecific
  21. def findPendingTransactions(watermarks: Watermarks)(implicit traceContext: TraceContext): Future[PendingTransactions[GenericSignedTopologyTransactionX]]
    Attributes
    protected
    Definition Classes
    DomainOutboxXDomainOutboxCommon
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val handle: RegisterTopologyTransactionHandleCommon[GenericSignedTopologyTransactionX]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def internalPerformUnlessClosingF[A](name: String)(f: => Future[A])(implicit ec: ExecutionContext, traceContext: TraceContext): UnlessShutdown[Future[A]]
    Attributes
    protected
    Definition Classes
    FlagCloseable
  26. def isClosing: Boolean

    Check whether we're closing.

    Check whether we're closing. Susceptible to race conditions; unless you're using using this as a flag to the retry lib or you really know what you're doing, prefer performUnlessClosing and friends.

    Definition Classes
    FlagCloseable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def keepTrackOfOpenFutures: Boolean

    track running futures on shutdown

    track running futures on shutdown

    set to true to get detailed information about all futures that did not complete during shutdown. if set to false, we don't do anything.

    Attributes
    protected
    Definition Classes
    FlagCloseable
  29. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  30. val loggerFactory: NamedLoggerFactory
    Definition Classes
    DomainOutboxCommonNamedLogging
  31. def maxAuthorizedStoreTimestamp()(implicit traceContext: TraceContext): Future[Option[(SequencedTime, EffectiveTime)]]
    Definition Classes
    DomainOutboxXDomainOutboxCommon
  32. def maxSleepMillis: Long
    Attributes
    protected
    Definition Classes
    FlagCloseable
  33. val memberId: Member
  34. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def newTransactionsAddedToAuthorizedStore(asOf: CantonTimestamp, num: Int)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
    Definition Classes
    DomainOutboxCommon
  37. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  38. def notAlreadyPresent(transactions: Seq[GenericSignedTopologyTransactionX])(implicit traceContext: TraceContext, ec: ExecutionContext): Future[Seq[GenericSignedTopologyTransactionX]]
    Attributes
    protected
    Definition Classes
    DomainOutboxDispatch
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def onCloseFailure(e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    FlagCloseable
  42. def onClosed(): Unit
    Attributes
    protected
    Definition Classes
    DomainOutboxXFlagCloseable
  43. def onlyApplicable(transactions: Seq[GenericSignedTopologyTransactionX]): Future[Seq[GenericSignedTopologyTransactionX]]
    Attributes
    protected
    Definition Classes
    DomainOutboxDispatchHelperXDomainOutboxDispatchStoreSpecific
  44. def performUnlessClosing[A](name: String)(f: => A)(implicit traceContext: TraceContext): UnlessShutdown[A]

    Performs the task given by f unless a shutdown has been initiated.

    Performs the task given by f unless a shutdown has been initiated. The shutdown will only begin after f completes, but other tasks may execute concurrently with f, if started using this function, or one of the other variants (performUnlessClosingF and performUnlessClosingEitherT). The tasks are assumed to take less than closingTimeout to complete.

    DO NOT CALL this.close as part of f, because it will result in a deadlock.

    f

    The task to perform

    returns

    scala.None$ if a shutdown has been initiated. Otherwise the result of the task.

    Definition Classes
    FlagCloseable
  45. def performUnlessClosingCheckedT[A, N, R](name: String, onClosing: => Checked[A, N, R])(etf: => CheckedT[Future, A, N, R])(implicit ec: ExecutionContext, traceContext: TraceContext): CheckedT[Future, A, N, R]
    Definition Classes
    FlagCloseable
  46. def performUnlessClosingEitherT[E, R](name: String, onClosing: => E)(etf: => EitherT[Future, E, R])(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[Future, E, R]

    Performs the EitherT[Future] given by etf unless a shutdown has been initiated, in which case the provided error is returned instead.

    Performs the EitherT[Future] given by etf unless a shutdown has been initiated, in which case the provided error is returned instead. Both etf and the error are lazy; etf is only evaluated if there is no shutdown, the error only if we're shutting down. The shutdown will only begin after etf completes, but other tasks may execute concurrently with etf, if started using this function, or one of the other variants (performUnlessClosing and performUnlessClosingF). The tasks are assumed to take less than closingTimeout to complete.

    DO NOT CALL this.close as part of etf, because it will result in a deadlock.

    etf

    The task to perform

    Definition Classes
    FlagCloseable
  47. def performUnlessClosingEitherTF[E, R](name: String, onClosing: => E)(etf: => EitherT[Future, E, Future[R]])(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[Future, E, Future[R]]
    Definition Classes
    FlagCloseable
  48. def performUnlessClosingEitherU[E, R](name: String)(etf: => EitherT[Future, E, R])(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[FutureUnlessShutdown, E, R]
    Definition Classes
    FlagCloseable
  49. def performUnlessClosingEitherUSF[E, R](name: String)(etf: => EitherT[FutureUnlessShutdown, E, R])(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[FutureUnlessShutdown, E, R]
    Definition Classes
    FlagCloseable
  50. def performUnlessClosingF[A](name: String)(f: => Future[A])(implicit ec: ExecutionContext, traceContext: TraceContext): FutureUnlessShutdown[A]

    Performs the Future given by f unless a shutdown has been initiated.

    Performs the Future given by f unless a shutdown has been initiated. The future is lazy and not evaluated during shutdown. The shutdown will only begin after f completes, but other tasks may execute concurrently with f, if started using this function, or one of the other variants (performUnlessClosing and performUnlessClosingEitherT). The tasks are assumed to take less than closingTimeout to complete.

    DO NOT CALL this.close as part of f, because it will result in a deadlock.

    f

    The task to perform

    returns

    The future completes with com.digitalasset.canton.lifecycle.UnlessShutdown.AbortedDueToShutdown if a shutdown has been initiated. Otherwise the result of the task wrapped in com.digitalasset.canton.lifecycle.UnlessShutdown.Outcome.

    Definition Classes
    FlagCloseable
  51. def performUnlessClosingUSF[A](name: String)(f: => FutureUnlessShutdown[A])(implicit ec: ExecutionContext, traceContext: TraceContext): FutureUnlessShutdown[A]
    Definition Classes
    FlagCloseable
  52. val protocolVersion: ProtocolVersion
  53. def queueSize: Int
    Definition Classes
    DomainOutboxCommon
  54. def runOnShutdown[T](task: RunOnShutdown)(implicit traceContext: TraceContext): Unit

    Register a task to run when shutdown is initiated.

    Register a task to run when shutdown is initiated.

    You can use this for example to register tasks that cancel long-running computations, whose termination you can then wait for in "closeAsync".

    Definition Classes
    FlagCloseable
  55. def runStateChanged(waitingState: Boolean = false): Unit
    Attributes
    protected
    Definition Classes
    FlagCloseable
    Annotations
    @VisibleForTesting()
  56. def startup()(implicit traceContext: TraceContext): EitherT[FutureUnlessShutdown, String, Unit]
    Definition Classes
    DomainOutboxCommon
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. val targetClient: DomainTopologyClientWithInit
    Definition Classes
    DomainOutboxCommon
  59. val targetStore: TopologyStoreX[DomainStore]
  60. val timeouts: ProcessingTimeout
    Attributes
    protected
    Definition Classes
    DomainOutboxCommonFlagCloseable
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def topologyTransaction(tx: GenericSignedTopologyTransactionX): PrettyPrinting
    Attributes
    protected
    Definition Classes
    DomainOutboxDispatchHelperXDomainOutboxDispatchStoreSpecific
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Ungrouped