akka.persistence.eventstore.snapshot

EventStoreSnapshotStore

Related Docs: object EventStoreSnapshotStore | package snapshot

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: 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: actor.Actor.Receive, msg: Any): Unit

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

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

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

    Definition Classes
    EventStorePlugin
  12. def clone(): AnyRef

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

  14. val connection: EsConnection

    Definition Classes
    EventStorePlugin
  15. implicit val context: ActorContext

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

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

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

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  19. val deleteAwait: FiniteDuration

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

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

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

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

  24. def finalize(): Unit

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

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

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

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

    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  29. def log: LoggingAdapter

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

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

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

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

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

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

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

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. val readBatchSize: Int

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

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

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

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

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

    Definition Classes
    Actor
  43. val serialization: Serialization

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

    Definition Classes
    EventStorePlugin
  45. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. 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