Packages

class SubscriptionActor extends AbstractSubscriptionActor[IndexedEvent]

Linear Supertypes
AbstractSubscriptionActor[IndexedEvent], ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubscriptionActor
  2. AbstractSubscriptionActor
  3. ActorLogging
  4. Actor
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SubscriptionActor(connection: ActorRef, client: ActorRef, fromPositionExclusive: Option[Position], credentials: Option[UserCredentials], settings: Settings)

Type Members

  1. type Last = Option[Exact]
  2. type Next = Exact
  3. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to any2stringadd[SubscriptionActor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SubscriptionActor, B)
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to ArrowAssoc[SubscriptionActor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def catchingUp(last: Last, next: Next, subscriptionCommit: Long, stash: Queue[IndexedEvent]): Receive
  13. def checkReadiness(): Unit
    Definition Classes
    AbstractSubscriptionActor
  14. val client: ActorRef
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. val connection: ActorRef
  17. implicit val context: ActorContext
    Definition Classes
    Actor
  18. val credentials: Option[UserCredentials]
  19. def ensuring(cond: (SubscriptionActor) ⇒ Boolean, msg: ⇒ Any): SubscriptionActor
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to Ensuring[SubscriptionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (SubscriptionActor) ⇒ Boolean): SubscriptionActor
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to Ensuring[SubscriptionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): SubscriptionActor
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to Ensuring[SubscriptionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): SubscriptionActor
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to Ensuring[SubscriptionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to StringFormat[SubscriptionActor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. val ignoreUnsubscribed: Receive
    Definition Classes
    AbstractSubscriptionActor
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def liveProcessing(last: Last, stash: Queue[IndexedEvent]): Receive
  32. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def postStop(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. def process(lastPosition: Option[Exact], event: IndexedEvent): Last
  41. def process(last: Last, events: Seq[IndexedEvent]): Last
    Definition Classes
    AbstractSubscriptionActor
  42. def rcvEventAppeared(receive: (IndexedEvent) ⇒ Receive): Receive
    Definition Classes
    AbstractSubscriptionActor
  43. val rcvFailure: Receive
    Definition Classes
    AbstractSubscriptionActor
  44. val rcvFailureOrUnsubscribe: Receive
    Definition Classes
    AbstractSubscriptionActor
  45. def rcvReadCompleted(receive: (List[IndexedEvent], Exact) ⇒ Receive): Receive
  46. def rcvReady(receive: ⇒ Receive): Receive
    Definition Classes
    AbstractSubscriptionActor
  47. def rcvSubscribeCompleted(receive: (Long) ⇒ Receive): Receive
  48. def readEventsFrom(position: Next): Unit
  49. def reading(last: Last, next: Next, ready: Boolean): Receive
  50. def receive: akka.actor.Actor.Receive
    Definition Classes
    SubscriptionActor → Actor
  51. implicit final val self: ActorRef
    Definition Classes
    Actor
  52. final def sender(): ActorRef
    Definition Classes
    Actor
  53. val settings: Settings
  54. val streamId: All.type
  55. def subscribeToStream(): Unit
    Definition Classes
    AbstractSubscriptionActor
  56. def subscribing(last: Last, next: Next): Receive
  57. def subscribingFromLast(): Receive
  58. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. def toClient(event: IndexedEvent): Unit
    Definition Classes
    AbstractSubscriptionActor
  61. def toConnection(x: Out): Unit
    Definition Classes
    AbstractSubscriptionActor
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  64. def unsubscribe(): Unit
    Definition Classes
    AbstractSubscriptionActor
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  68. def whenReady(receive: ⇒ Receive, ready: Boolean): Receive
    Definition Classes
    AbstractSubscriptionActor
  69. def [B](y: B): (SubscriptionActor, B)
    Implicit
    This member is added by an implicit conversion from SubscriptionActor to ArrowAssoc[SubscriptionActor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped