Class

eventstore.TransactionActor

ContinueReceive

Related Doc: package TransactionActor

Permalink

class ContinueReceive extends (Queue[StashEntry]) ⇒ Receive

Linear Supertypes
(Queue[StashEntry]) ⇒ TransactionActor.Receive, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContinueReceive
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContinueReceive(transactionId: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to any2stringadd[ContinueReceive] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ContinueReceive, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to ArrowAssoc[ContinueReceive] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def andThen[A](g: (TransactionActor.Receive) ⇒ A): (Queue[StashEntry]) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(stash: Queue[StashEntry]): TransactionActor.Receive

    Permalink
    Definition Classes
    ContinueReceive → Function1
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def commit(client: ActorRef): TransactionActor.Receive

    Permalink
  11. val common: TransactionActor.Receive

    Permalink
  12. def compose[A](g: (A) ⇒ Queue[StashEntry]): (A) ⇒ TransactionActor.Receive

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. val empty: TransactionActor.Receive

    Permalink
  14. def ensuring(cond: (ContinueReceive) ⇒ Boolean, msg: ⇒ Any): ContinueReceive

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to Ensuring[ContinueReceive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ContinueReceive) ⇒ Boolean): ContinueReceive

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to Ensuring[ContinueReceive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ContinueReceive

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to Ensuring[ContinueReceive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ContinueReceive

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to Ensuring[ContinueReceive] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def failure(client: ActorRef): TransactionActor.Receive

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to StringFormat[ContinueReceive] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to CollectionsHaveToParArray[ContinueReceive, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ContinueReceive) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  31. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def write(events: List[EventData], client: ActorRef, stash: Queue[StashEntry]): TransactionActor.Receive

    Permalink
  36. def writing(client: ActorRef, stash: Queue[StashEntry]): TransactionActor.Receive

    Permalink
  37. def [B](y: B): (ContinueReceive, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContinueReceive to ArrowAssoc[ContinueReceive] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from (Queue[StashEntry]) ⇒ TransactionActor.Receive

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from ContinueReceive to CollectionsHaveToParArray[ContinueReceive, T]

Inherited by implicit conversion any2stringadd from ContinueReceive to any2stringadd[ContinueReceive]

Inherited by implicit conversion StringFormat from ContinueReceive to StringFormat[ContinueReceive]

Inherited by implicit conversion Ensuring from ContinueReceive to Ensuring[ContinueReceive]

Inherited by implicit conversion ArrowAssoc from ContinueReceive to ArrowAssoc[ContinueReceive]

Ungrouped