c

com.digitalasset.canton.domain.sequencing.service

GrpcSequencerInitializationService

class GrpcSequencerInitializationService extends SequencerInitializationService with NamedLogging with NoTracing

Will initialize the sequencer server based using the provided initialize function when called.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcSequencerInitializationService
  2. NoTracing
  3. NamedLogging
  4. SequencerInitializationService
  5. AbstractService
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcSequencerInitializationService(initialize: (Traced[InitializeSequencerRequest]) => EitherT[FutureUnlessShutdown, String, InitializeSequencerResponse], loggerFactory: NamedLoggerFactory)(implicit executionContext: ExecutionContext)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  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. def init(requestP: InitRequest): Future[InitResponse]

    Initialize the Sequencer If the sequencer has not been previously initialized the request must either fail or start the sequencer and return successfully.

    Initialize the Sequencer If the sequencer has not been previously initialized the request must either fail or start the sequencer and return successfully. The domain node will expect the SequencerService to be fully available when it receives a successful response and will immediately attempt to use it. If the request is received after the sequencer has been successfully initialized it should return successfully if the domain_id matches the domain that the sequencer has been initialized for, otherwise it should fail.

    Definition Classes
    GrpcSequencerInitializationServiceSequencerInitializationService
  12. def initInternal[P](requestP: P, deserializer: (P) => ParsingResult[InitializeSequencerRequest]): Future[InitResponse]

    Process requests sequentially

  13. def initV1(requestP: InitRequest): Future[InitResponse]
  14. def initV2(requestP: InitRequest): Future[InitResponse]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    GrpcSequencerInitializationServiceNamedLogging
  18. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def serviceCompanion: ServiceCompanion[SequencerInitializationService]
    Definition Classes
    SequencerInitializationService → AbstractService
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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
    Deprecated

Inherited from NoTracing

Inherited from NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped