Package akka.persistence.typed
-
Interface Summary Interface Description DeletionTarget Not for user extensionEventSeq<A> Transform the event on recovery from the journal.EventSourcedSignal Supertype for all Akka Persistence Typed specific signalsSnapshotAdapter<State> Transform the state to a different type before sending to the journal. -
Class Summary Class Description DeleteEventsCompleted Java APIDeleteEventsCompleted$ DeleteEventsFailed Java APIDeleteEventsFailed$ DeleteSnapshotsCompleted Java APIDeleteSnapshotsCompleted$ DeleteSnapshotsFailed Java APIDeleteSnapshotsFailed$ DeletionTarget.Criteria DeletionTarget.Criteria$ DeletionTarget.Individual DeletionTarget.Individual$ DeletionTarget$ Java APIEmptyEventSeq INTERNAL APIEmptyEventSeq$ INTERNAL APIEventAdapter<E,P> Convert domain event to journal event type.EventSeq$ Java APIEventsSeq<A> INTERNAL APIEventsSeq$ NoOpEventAdapter<E> INTERNAL APINoOpEventAdapter$ INTERNAL APIPersistenceId Unique identifier in the backend data store (journal and snapshot store) of the persistent actor.PersistenceId$ Default separator character used for concatenating atypeHint
withentityId
to construct unique persistenceId.RecoveryCompleted RecoveryCompleted$ RecoveryFailed Java APIRecoveryFailed$ SingleEventSeq<A> INTERNAL APISingleEventSeq$ SnapshotCompleted Java APISnapshotCompleted$ SnapshotFailed Java APISnapshotFailed$ SnapshotMetadata Snapshot metadata.SnapshotMetadata$ param: persistenceId id of persistent actor from which the snapshot was taken.SnapshotSelectionCriteria upper bound for a selected snapshot's sequence numberSnapshotSelectionCriteria$ The latest saved snapshot. -
Exception Summary Exception Description EventRejectedException Thrown if a journal rejects an event e.g.