Class/Object

akka.contrib.persistence.mongodb

AllEvents

Related Docs: object AllEvents | package mongodb

Permalink

class AllEvents extends NonBlockingBufferingActorPublisher[EventEnvelope]

Linear Supertypes
NonBlockingBufferingActorPublisher[EventEnvelope], ActorPublisher[EventEnvelope], Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AllEvents
  2. NonBlockingBufferingActorPublisher
  3. ActorPublisher
  4. Actor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AllEvents(driver: RxMongoDriver)

    Permalink

Type Members

  1. case class More extends Product with Serializable

    Permalink
    Definition Classes
    NonBlockingBufferingActorPublisher
  2. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  10. def checkDone(filled: Vector[EventEnvelope], newOffset: Long, oldOffset: Long, remaining: Vector[EventEnvelope]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NonBlockingBufferingActorPublisher
  11. def checkNeedMore(offset: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NonBlockingBufferingActorPublisher
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  14. final def drainBuf(buf: Vector[EventEnvelope]): Vector[EventEnvelope]

    Permalink
    Attributes
    protected
    Definition Classes
    NonBlockingBufferingActorPublisher
  15. val driver: RxMongoDriver

    Permalink
    Definition Classes
    AllEvents → NonBlockingBufferingActorPublisher
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def fillLimit: Int

    Permalink
    Attributes
    protected
    Definition Classes
    NonBlockingBufferingActorPublisher
  19. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isActive: Boolean

    Permalink
    Definition Classes
    ActorPublisher
  23. final def isCanceled: Boolean

    Permalink
    Definition Classes
    ActorPublisher
  24. final def isCompleted: Boolean

    Permalink
    Definition Classes
    ActorPublisher
  25. final def isErrorEmitted: Boolean

    Permalink
    Definition Classes
    ActorPublisher
  26. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  28. def next(previousOffset: Long): Future[(Vector[EventEnvelope], Long)]

    Permalink
    Attributes
    protected
    Definition Classes
    AllEvents → NonBlockingBufferingActorPublisher
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def onComplete(): Unit

    Permalink
    Definition Classes
    ActorPublisher
  32. def onCompleteThenStop(): Unit

    Permalink
    Definition Classes
    ActorPublisher
  33. def onError(cause: Throwable): Unit

    Permalink
    Definition Classes
    ActorPublisher
  34. def onErrorThenStop(cause: Throwable): Unit

    Permalink
    Definition Classes
    ActorPublisher
  35. def onNext(element: EventEnvelope): Unit

    Permalink
    Definition Classes
    ActorPublisher
  36. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    NonBlockingBufferingActorPublisher → Actor
  40. def receive: emptyBehavior.type

    Permalink
    Definition Classes
    NonBlockingBufferingActorPublisher → Actor
  41. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  42. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  43. def streaming(buf: Vector[EventEnvelope], offset: Long): Receive

    Permalink
    Definition Classes
    NonBlockingBufferingActorPublisher
  44. def subscriptionTimeout: Duration

    Permalink
    Definition Classes
    ActorPublisher
  45. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def totalDemand: Long

    Permalink
    Definition Classes
    ActorPublisher
  49. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  50. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NonBlockingBufferingActorPublisher[EventEnvelope]

Inherited from ActorPublisher[EventEnvelope]

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped