Package akka.persistence.typed
-
Interface Summary Interface Description DeletionTarget Not for user extensionEventSeq<A> EventSourcedSignal Supertype for all Akka Persistence Typed specific signalsPublishedEvent When using event publishing the events published to the system event stream will be in this form.SnapshotAdapter<State> Facility to convert snapshots from and to a specialized data model. -
Class Summary Class Description DeleteEventsCompleted DeleteEventsCompleted$ DeleteEventsFailed DeleteEventsFailed$ DeleteSnapshotsCompleted DeleteSnapshotsCompleted$ DeleteSnapshotsFailed DeleteSnapshotsFailed$ DeletionTarget.Criteria DeletionTarget.Criteria$ DeletionTarget.Individual DeletionTarget.Individual$ DeletionTarget$ EmptyEventSeq INTERNAL APIEmptyEventSeq$ INTERNAL APIEventAdapter<E,P> Facility to convert from and to specialised data models, as may be required by specialized persistence Journals.EventSeq$ EventsSeq$ NoOpEventAdapter$ INTERNAL APIPersistenceId Unique identifier in the backend data store (journal and snapshot store) of the persistent actor.PersistenceId$ PersistFailed<Command,Event> param: failure the original cause param: command the command that persisted the event, may be undefined if it is a replicated eventPersistFailed$ PersistRejected<Command,Event> param: failure the original cause param: command the command that persisted the event, may be undefined if it is a replicated eventPersistRejected$ RecoveryCompleted RecoveryCompleted$ RecoveryFailed RecoveryFailed$ ReplicaId ReplicaId$ ReplicationId param: typeName The name of the entity type e.g.ReplicationId$ SingleEventSeq$ SnapshotCompleted SnapshotCompleted$ SnapshotFailed SnapshotFailed$ SnapshotMetadata Snapshot metadata.SnapshotMetadata$ SnapshotSelectionCriteria Selection criteria for loading and deleting snapshots.SnapshotSelectionCriteria$ -
Exception Summary Exception Description EventRejectedException Thrown if a journal rejects an event e.g.