object SequencerClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CloseReason extends AnyRef
  2. case class ReplayStatistics(inputPath: Path, numberOfEvents: Int, startTime: CantonTimestamp, duration: Duration) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(connection: SequencerConnection, domainId: DomainId, sequencerId: SequencerId, syncCryptoApi: SyncCryptoClient, crypto: Crypto, agreedAgreementId: Option[ServiceAgreementId], config: SequencerClientConfig, traceContextPropagation: Propagation, testingConfig: TestingConfigInternal, domainParameters: StaticDomainParameters, processingTimeout: ProcessingTimeout, clock: Clock, recordingConfigForMember: (Member) => Option[RecordingConfig], replayConfigForMember: (Member) => Option[ReplayConfig], metrics: SequencerClientMetrics, futureSupervisor: FutureSupervisor, loggingConfig: LoggingConfig, loggerFactory: NamedLoggerFactory, supportedProtocolVersions: Seq[ProtocolVersion], minimumProtocolVersion: Option[ProtocolVersion]): SequencerClientFactory
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. lazy val replayStatistics: BlockingQueue[ReplayStatistics]

    Hook for informing tests about replay statistics.

    Hook for informing tests about replay statistics.

    If a SequencerClient is used with transports.replay.ReplayingEventsSequencerClientTransport, the transport will add a statistics to this queue whenever a replay attempt has completed successfully.

    A test can poll this statistics from the queue to determine whether the replay has completed and to get statistics on the replay.

    LIMITATION: This is only suitable for manual / sequential test setups, as the statistics are shared through a global queue.

    Annotations
    @VisibleForTesting()
  16. def sendWithRetries(sendBatch: (SendCallback) => EitherT[Future, SendAsyncClientError, Unit], maxRetries: Int, delay: FiniteDuration, sendDescription: String, errMsg: String, flagCloseable: FlagCloseable)(implicit ec: ExecutionContext, loggingContext: ErrorLoggingContext): Future[Unit]

    Utility to add retries around sends as an attempt to guarantee the send is eventually sequenced.

  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. object CloseReason

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped