akka.persistence
Class AbstractPersistentView

java.lang.Object
  extended by akka.actor.AbstractActor
      extended by akka.persistence.AbstractPersistentView
All Implemented Interfaces:
Actor, Stash, StashFactory, StashSupport, UnrestrictedStash, RequiresMessageQueue<DequeBasedMessageQueueSemantics>, PersistentView, Recovery, Snapshotter

public abstract class AbstractPersistentView
extends AbstractActor
implements PersistentView

Java API: compatible with lambda expressions (to be used with ReceiveBuilder)

See Also:
PersistentView

Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.persistence.Recovery
Recovery.State
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
AbstractPersistentView()
           
 
Method Summary
 
Methods inherited from class akka.actor.AbstractActor
emptyBehavior, getContext, receive, receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.persistence.PersistentView
autoUpdate, autoUpdateInterval, autoUpdateReplayMax, idle, isPersistent, onReplayComplete, onReplayFailure, onReplaySuccess, postStop, preRestart, preStart, replayStarted, runReceive, schedule, snapshotterId, viewId, viewSettings
 
Methods inherited from interface akka.persistence.Recovery
_currentPersistent, _currentState, _lastSequenceNr, _recoveryFailureCause, _recoveryFailureMessage, aroundReceive, currentPersistentMessage, extension, getCurrentPersistentMessage, journal, lastSequenceNr, persistenceId, prepareRestart, processorId, receiverStash, recoveryPending, recoveryStarted, replayFailed, snapshotSequenceNr, updateLastSequenceNr, updateLastSequenceNr, withCurrentPersistent
 
Methods inherited from interface akka.persistence.Snapshotter
deleteSnapshot, deleteSnapshots, loadSnapshot, saveSnapshot, snapshotStore
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, context, postRestart, receive, self, sender, supervisorStrategy, unhandled
 
Methods inherited from interface akka.actor.StashSupport
actorCell, capacity, clearStash, context, enqueueFirst, mailbox, prepend, self, stash, theStash, unstash, unstashAll, unstashAll
 
Methods inherited from interface akka.actor.StashFactory
createStash
 

Constructor Detail

AbstractPersistentView

public AbstractPersistentView()