akka.persistence
Interface Resequenceable

All Known Subinterfaces:
PersistentRepr
All Known Implementing Classes:
ConfirmablePersistent, ConfirmablePersistentImpl, NonPersistentRepr, Persistent, PersistentImpl

public interface Resequenceable

INTERNAL API

Marks messages which can be resequenced by the AsyncWriteJournal.

In essence it is either an NonPersistentRepr or Persistent.


Method Summary
 java.lang.Object payload()
           
 ActorRef sender()
           
 

Method Detail

payload

java.lang.Object payload()

sender

ActorRef sender()