akka.persistence.eventstore.snapshot

EventStoreSnapshotStore

class EventStoreSnapshotStore extends SnapshotStore with EventStorePlugin

Linear Supertypes
EventStorePlugin, ActorLogging, SnapshotStore, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EventStoreSnapshotStore
  2. EventStorePlugin
  3. ActorLogging
  4. SnapshotStore
  5. Actor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventStoreSnapshotStore()

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Definition Classes
    Any
  12. def async[T](x: ⇒ Future[T]): Future[T]

    Definition Classes
    EventStorePlugin
  13. def asyncSeq[A](x: ⇒ Iterable[Future[A]]): Future[Unit]

    Definition Classes
    EventStorePlugin
  14. def asyncUnit(x: ⇒ Future[_]): Future[Unit]

    Definition Classes
    EventStorePlugin
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val config: Config

  17. val connection: EsConnection

    Definition Classes
    EventStorePlugin
  18. implicit val context: ActorContext

    Definition Classes
    Actor
  19. def delete(persistenceId: PersistenceId, se: DeleteEvent): Unit

  20. def delete(persistenceId: PersistenceId, criteria: SnapshotSelectionCriteria): Unit

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  21. def delete(metadata: SnapshotMetadata): Unit

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  22. val deleteAwait: FiniteDuration

  23. def deserialize[T](event: Event, clazz: Class[T]): T

    Definition Classes
    EventStorePlugin
  24. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  26. def eventStream(x: PersistenceId): Id

  27. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  31. def loadAsync(persistenceId: PersistenceId, criteria: SnapshotSelectionCriteria): Future[Option[SelectedSnapshot]]

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  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
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  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. val readBatchSize: Int

  41. final def receive: PartialFunction[Any, Unit]

    Definition Classes
    SnapshotStore → Actor
  42. def saveAsync(metadata: SnapshotMetadata, snapshot: Any): Future[Unit]

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  43. def saved(metadata: SnapshotMetadata): Unit

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  44. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  46. val serialization: Serialization

    Definition Classes
    EventStorePlugin
  47. def serialize(data: AnyRef, eventType: ⇒ Option[Any] = None): EventData

    Definition Classes
    EventStorePlugin
  48. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

    Definition Classes
    Actor
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EventStorePlugin

Inherited from ActorLogging

Inherited from SnapshotStore

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped