Package akka.persistence
Class AbstractPersistentActorWithTimers
- java.lang.Object
- 
- akka.actor.AbstractActor
- 
- akka.persistence.AbstractPersistentActorWithTimers
 
 
- 
- All Implemented Interfaces:
- Actor,- Stash,- StashFactory,- StashSupport,- Timers,- UnrestrictedStash,- RequiresMessageQueue<DequeBasedMessageQueueSemantics>,- AbstractPersistentActorLike,- Eventsourced,- PersistenceIdentity,- PersistenceRecovery,- PersistenceStash,- Snapshotter
 
 public abstract class AbstractPersistentActorWithTimers extends AbstractActor implements Timers, AbstractPersistentActorLike Java API: Combination ofAbstractPersistentActorandAbstractActorWithTimers.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class akka.actor.AbstractActorAbstractActor.ActorContext, AbstractActor.Receive
 - 
Nested classes/interfaces inherited from interface akka.actor.ActorActor.emptyBehavior$, Actor.ignoringBehavior$
 - 
Nested classes/interfaces inherited from interface akka.persistence.EventsourcedEventsourced.AsyncHandlerInvocation, Eventsourced.AsyncHandlerInvocation$, Eventsourced.PendingHandlerInvocation, Eventsourced.RecoveryTick, Eventsourced.RecoveryTick$, Eventsourced.StashingHandlerInvocation, Eventsourced.StashingHandlerInvocation$, Eventsourced.State
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractPersistentActorWithTimers()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidakka$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics x$1)protected ActorRefjournal()protected ActorRefsnapshotStore()Snapshot store plugin actor.- 
Methods inherited from class akka.actor.AbstractActorakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, context, createReceive, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, supervisorStrategy
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface akka.persistence.AbstractPersistentActorLikecreateReceive, createReceiveRecover, defer, deferAsync, persist, persistAll, persistAllAsync, persistAsync, receiveCommand, receiveRecover
 - 
Methods inherited from interface akka.actor.Actorakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, context, postRestart, preStart, receive, self, sender, supervisorStrategy
 - 
Methods inherited from interface akka.persistence.Eventsourced_lastSequenceNr_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, batchAtomicWrite, changeState, currentCommand, currentState_$eq, deleteMessages, eventBatch_$eq, flushBatch, flushJournalBatch, getAndClearInstrumentationContext, instrumentationContexts_$eq, internalDefer, internalDeferAsync, internalDeleteMessagesBeforeSnapshot, internalPersist, internalPersistAll, internalPersistAllAsync, internalPersistAsync, journalBatch_$eq, lastSequenceNr, log, nextSequenceNr, onPersistFailure, onPersistRejected, onRecoveryFailure, onRecoveryFailureAndInstrumentation, onReplaySuccess, peekApplyHandler, pendingStashingPersistInvocations_$eq, recovering, recoveryFinished, recoveryRunning, recoveryStarted, requestRecoveryPermit, sendBatchedEventsToJournal, sequenceNr_$eq, setLastSequenceNr, snapshotSequenceNr, snapshotterId, startRecovery, stash, stashInternally, super$aroundPostRestart, super$aroundPostStop, super$aroundPreRestart, super$aroundPreStart, super$aroundReceive, super$stash, super$unhandled, unhandled, unstashAll, unstashInternally, updateLastSequenceNr, waitingRecoveryPermit, writeEventFailed, writeEventRejected, writeEventSucceeded, writeInProgress_$eq
 - 
Methods inherited from interface akka.persistence.PersistenceIdentityjournalPluginId, persistenceId, snapshotPluginId
 - 
Methods inherited from interface akka.persistence.PersistenceRecoveryrecovery
 - 
Methods inherited from interface akka.persistence.PersistenceStashinternalStashOverflowStrategy
 - 
Methods inherited from interface akka.persistence.SnapshotterdeleteSnapshot, deleteSnapshots, loadSnapshot, saveSnapshot
 - 
Methods inherited from interface akka.actor.StashFactorycreateStash
 - 
Methods inherited from interface akka.actor.StashSupportactorCell, clearStash, context, enqueueFirst, prepend, self, theStash_$eq, unstash, unstashAll
 - 
Methods inherited from interface akka.actor.TimersactorCell, aroundPostStop, aroundPreRestart, aroundReceive, super$aroundPostStop, super$aroundPreRestart, super$aroundReceive, timers
 - 
Methods inherited from interface akka.actor.UnrestrictedStashpostStop, preRestart, super$postStop, super$preRestart
 
- 
 
- 
- 
- 
Method Detail- 
akka$actor$StashSupport$_setter_$mailbox_$eqprotected void akka$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics x$1) - Specified by:
- akka$actor$StashSupport$_setter_$mailbox_$eqin interface- StashSupport
 
 - 
journalprotected ActorRef journal() - Specified by:
- journalin interface- Eventsourced
 
 - 
snapshotStoreprotected ActorRef snapshotStore() Description copied from interface:SnapshotterSnapshot store plugin actor.- Specified by:
- snapshotStorein interface- Eventsourced
- Specified by:
- snapshotStorein interface- Snapshotter
 
 
- 
 
-