public abstract class AbstractPersistentView extends AbstractActor implements PersistentView
ReceiveBuilder
)
PersistentView
PersistentView.ScheduledUpdate, PersistentView.ScheduledUpdate$, PersistentView.State
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
AbstractPersistentView()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ActorRef |
journal()
Deprecated.
|
DequeBasedMessageQueueSemantics |
mailbox()
Deprecated.
|
protected ActorRef |
snapshotStore()
Deprecated.
Snapshot store plugin actor.
|
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, postRestart, postStop, preRestart, preStart, receive, receive, self, sender, supervisorStrategy, unhandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPreStart, aroundReceive, autoUpdate, autoUpdateInterval, autoUpdateReplayMax, changeState, ignoreRemainingReplay, isPersistent, lastSequenceNr, onReplayError, postStop, preRestart, preStart, recovery, recoveryStarted, replayStarted, setLastSequenceNr, snapshotSequenceNr, snapshotterId, startRecovery, updateLastSequenceNr, viewId
deleteSnapshot, deleteSnapshots, loadSnapshot, saveSnapshot
aroundPostRestart, aroundPostStop, aroundPreRestart, context, postRestart, receive, self, sender, supervisorStrategy, unhandled
actorCell, clearStash, context, enqueueFirst, prepend, self, stash, unstash, unstashAll, unstashAll
createStash
journalPluginId, persistenceId, snapshotPluginId
log
protected ActorRef journal()
journal
in interface PersistentView
protected ActorRef snapshotStore()
Snapshotter
snapshotStore
in interface PersistentView
snapshotStore
in interface Snapshotter
public DequeBasedMessageQueueSemantics mailbox()
mailbox
in interface StashSupport