eventstore

StreamSubscriptionActor

Related Docs: object StreamSubscriptionActor | package eventstore

class StreamSubscriptionActor extends AbstractSubscriptionActor[Event]

Linear Supertypes
AbstractSubscriptionActor[Event], ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StreamSubscriptionActor
  2. AbstractSubscriptionActor
  3. ActorLogging
  4. Actor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  5. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def catchingUp(last: Last, next: Next, subscriptionNumber: Next, stash: Queue[Event]): Receive

  11. def checkReadiness(): Unit

    Definition Classes
    AbstractSubscriptionActor
  12. val client: ActorRef

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val connection: ActorRef

  15. implicit val context: ActorContext

    Definition Classes
    Actor
  16. val credentials: Option[UserCredentials]

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  22. val ignoreUnsubscribed: Receive

    Definition Classes
    AbstractSubscriptionActor
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def liveProcessing(last: Last, stash: Queue[Event]): Receive

  25. def log: LoggingAdapter

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

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

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

    Definition Classes
    AnyRef
  29. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def postStop(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def preStart(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def process(last: Last, event: Event): Last

  34. def process(last: Last, events: Seq[Event]): Last

    Definition Classes
    AbstractSubscriptionActor
  35. def rcvEventAppeared(receive: (IndexedEvent) ⇒ Receive): Receive

    Definition Classes
    AbstractSubscriptionActor
  36. val rcvFailure: Receive

    Definition Classes
    AbstractSubscriptionActor
  37. val rcvFailureOrUnsubscribe: Receive

    Definition Classes
    AbstractSubscriptionActor
  38. def rcvReadCompleted(receive: (List[Event], Next, Boolean) ⇒ Receive): Receive

  39. def rcvReady(receive: ⇒ Receive): Receive

    Definition Classes
    AbstractSubscriptionActor
  40. def rcvStreamNotFound(receive: ⇒ Receive): Receive

  41. def rcvSubscribeCompleted(receive: (Last) ⇒ Receive): Receive

  42. val readBatchSize: Int

  43. def readEventsFrom(number: Next): Unit

  44. def reading(last: Last, next: Next, ready: Boolean): Receive

  45. def receive: akka.actor.Actor.Receive

    Definition Classes
    StreamSubscriptionActor → Actor
  46. val resolveLinkTos: Boolean

  47. implicit final val self: ActorRef

    Definition Classes
    Actor
  48. final def sender(): ActorRef

    Definition Classes
    Actor
  49. val streamId: Id

  50. def subscribeToStream(): Unit

    Definition Classes
    AbstractSubscriptionActor
  51. def subscribing(last: Last, next: Next): Receive

  52. def subscribingFromLast(): Receive

  53. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toClient(event: Event): Unit

    Definition Classes
    AbstractSubscriptionActor
  56. def toConnection(x: Out): Unit

    Definition Classes
    AbstractSubscriptionActor
  57. def toString(): String

    Definition Classes
    AnyRef → Any
  58. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  59. def unsubscribe(): Unit

    Definition Classes
    AbstractSubscriptionActor
  60. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def whenReady(receive: ⇒ Receive, ready: Boolean): Receive

    Definition Classes
    AbstractSubscriptionActor

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped