final case class Wrapped[+A <: PendingRequestData](unwrap: A) extends ReplayDataOr[A] with Product with Serializable
This is effectively an A
. Wrapper type for technical reasons.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Wrapped
- ReplayDataOr
- PendingRequestData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Wrapped(unwrap: A)
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
- def abortEngine: (String) => Unit
Function to call to abort the engine execution for this request
Function to call to abort the engine execution for this request
- Definition Classes
- Wrapped → PendingRequestData
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelDecisionTimeTickRequest(): Unit
- Definition Classes
- Wrapped → PendingRequestData
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val engineAbortStatusF: FutureUnlessShutdown[EngineAbortStatus]
Future whose completion indicates whether this request's processing terminated due to an engine abort
Future whose completion indicates whether this request's processing terminated due to an engine abort
- Definition Classes
- Wrapped → PendingRequestData
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isCleanReplay: Boolean
- Definition Classes
- Wrapped → PendingRequestData
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def locallyRejectedF: FutureUnlessShutdown[Boolean]
- Definition Classes
- Wrapped → PendingRequestData
- def mediator: MediatorGroupRecipient
- Definition Classes
- Wrapped → PendingRequestData
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- def requestCounter: RequestCounter
- Definition Classes
- Wrapped → PendingRequestData
- def requestSequencerCounter: SequencerCounter
- Definition Classes
- Wrapped → PendingRequestData
- def rootHashO: Option[RootHash]
- Definition Classes
- Wrapped → PendingRequestData
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toOption: Option[A]
- Definition Classes
- Wrapped → ReplayDataOr
- val unwrap: A
- 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])