trait DomainOutboxDispatchHelperOld extends DomainOutboxDispatchStoreSpecific[GenericSignedTopologyTransaction, State]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DomainOutboxDispatchHelperOld
- DomainOutboxDispatchStoreSpecific
- NamedLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def authorizedStore: TopologyStore[AuthorizedStore]
- abstract def crypto: Crypto
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchStoreSpecific
- abstract def domainId: DomainId
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchStoreSpecific
- abstract def loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- NamedLogging
- abstract def memberId: Member
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchStoreSpecific
- abstract def protocolVersion: ProtocolVersion
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchStoreSpecific
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]) @native() @IntrinsicCandidate()
- def convertTransactions(transactions: Seq[GenericSignedTopologyTransaction])(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[Future, String, Seq[GenericSignedTopologyTransaction]]
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchHelperOld → DomainOutboxDispatchStoreSpecific
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- def filterTransactions(transactions: Seq[GenericSignedTopologyTransaction], predicate: (GenericSignedTopologyTransaction) => Future[Boolean])(implicit executionContext: ExecutionContext): Future[Seq[GenericSignedTopologyTransaction]]
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchHelperOld → DomainOutboxDispatchStoreSpecific
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isExpectedState(state: State): Boolean
- Definition Classes
- DomainOutboxDispatchHelperOld → DomainOutboxDispatchStoreSpecific
- def isFailedState(response: State): Boolean
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchHelperOld → DomainOutboxDispatchStoreSpecific
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def onlyApplicable(transactions: Seq[GenericSignedTopologyTransaction]): Future[Seq[GenericSignedTopologyTransaction]]
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchHelperOld → DomainOutboxDispatchStoreSpecific
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topologyTransaction(tx: GenericSignedTopologyTransaction): PrettyPrinting
- Attributes
- protected
- Definition Classes
- DomainOutboxDispatchHelperOld → DomainOutboxDispatchStoreSpecific
- 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])