trait HasCloseContext extends PromiseUnlessShutdownFactory

Mix-in to obtain a CloseContext implicit based on the class's FlagCloseable

Self Type
HasCloseContext with FlagCloseable
Known Subclasses
DbKmsMetadataStore, DbCryptoPrivateStore, DbCryptoPublicStore, DomainNodeBootstrap, DbSequencerBlockStore, DbDomainNodeSettingsStore, DomainManagerBootstrap, DbDomainManagerNodeSettingsStore, MediatorNodeBootstrap, MediatorNodeBootstrapX, MediatorPruningScheduler, DbMediatorDomainConfigurationStore, HASequencerWriterStoreFactory, SequencerNodeBootstrap, SequencerNodeBootstrapX, SequencerRuntime, SequencerRuntimeForSeparateNode, DbMemberAuthenticationStore, DbSequencerStateManagerStore, BaseSequencer, DatabaseSequencer, Sequencer, SequencerReader, SequencerWriter, BlockSequencer, DbEpochStore, DbReferenceBlockOrderingStore, DbSequencerDomainConfigurationStore, DbTrafficLimitsStore, DbServiceAgreementAcceptanceStore, DbRegisterTopologyTransactionResponseStore, BootstrapStage, BootstrapStageOrLeaf, BootstrapStageWithStorage, CantonNodeBootstrapBase, CantonNodeBootstrapCommon, CantonNodeBootstrapX, DomainManagerNodes, DomainNodes, ManagedNodes, MediatorNodes, MediatorNodesX, ParticipantNodes, RunningNode, SequencerNodes, SequencerNodesX, SequencerBenchmark, ParticipantNodeBootstrap, ParticipantNodeBootstrapX, PingService, RepairService, AbstractMessageProcessor, BadRootHashMessagesRequestProcessor, Phase37Synchronizer, ProtocolProcessor, TransactionProcessor, TransferInProcessor, TransferOutProcessor, PruningProcessorImpl, DbAcsCommitmentStore, DbActiveContractStore, DbCommandDeduplicationStore, DbCommitmentQueue, DbContractKeyJournal, DbContractStore, DbDamlPackageStore, DbDomainConnectionConfigStore, DbDomainParameterStore, DbInFlightSubmissionStore, DbIncrementalCommitmentStore, DbMultiDomainEventLog, DbParticipantEventLog, DbParticipantPruningSchedulerStore, DbParticipantPruningStore, DbParticipantSettingsStore, DbRegisteredDomainsStore, DbRequestJournalStore, DbServiceAgreementStore, DbSingleDimensionEventLog, DbSubmissionTrackerStore, DbTransferStore, CantonSyncService, SyncDomain, DbLockedConnectionPool, DbStorageMulti, DbStore, SequencedEventValidatorImpl, SequencerClientImpl, DbCursorPreheadStore, DbIndexedStringStore, DbPruningSchedulerStore, DbSendTrackerStore_Unused, DbSequencedEventStore, TopologyTransactionProcessor, DbInitializationStore, DbPartyMetadataStore, DbTopologyStore, DbTopologyStoreX
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasCloseContext
  2. PromiseUnlessShutdownFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    PromiseUnlessShutdownFactory

Concrete 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. implicit val closeContext: CloseContext
  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. def mkPromise[A](description: String, futureSupervisor: FutureSupervisor, logAfter: Duration = 10.seconds, logLevel: Level = Level.DEBUG)(implicit elc: ErrorLoggingContext, ec: ExecutionContext): PromiseUnlessShutdown[A]

    Use this method to create a PromiseUnlessShutdown that will automatically be cancelled when the close context is closed.

    Use this method to create a PromiseUnlessShutdown that will automatically be cancelled when the close context is closed. This allows proper clean up of stray promises when the node is transitioning to a passive state.

    Note: you should *not* invoke success on the returned promise but rather use trySuccess. The reason is that the call to success may fail in case of shutdown.

    Definition Classes
    PromiseUnlessShutdownFactory
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. 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 AnyRef

Inherited from Any

Ungrouped