public interface PersistentEnvelope
Marks messages which can be resequenced by the AsyncWriteJournal
.
In essence it is either an NonPersistentRepr
or AtomicWrite
.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
payload() |
ActorRef |
sender() |
int |
size() |
java.lang.Object payload()
ActorRef sender()
int size()