com.digitalasset.canton.sequencer.admin.v30.SequencerInitializationServiceGrpc
SequencerInitializationService
Companion object SequencerInitializationService
trait SequencerInitializationService extends AbstractService
Service allowing a sequencer node to initialize the sequencer instance. Should typically only be exposed to the sequencer node and not all clients
- Alphabetic
- By Inheritance
- SequencerInitializationService
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def initializeSequencerFromGenesisState(responseObserver: StreamObserver[InitializeSequencerFromGenesisStateResponse]): StreamObserver[InitializeSequencerFromGenesisStateRequest]
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 synchronizer 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 synchronizer_id matches the synchronizer that the sequencer has been initialized for, otherwise it should fail.
- abstract def initializeSequencerFromOnboardingState(responseObserver: StreamObserver[InitializeSequencerFromOnboardingStateResponse]): StreamObserver[InitializeSequencerFromOnboardingStateRequest]
Concrete 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]) @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def serviceCompanion: ServiceCompanion[SequencerInitializationService]
- Definition Classes
- SequencerInitializationService → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])