Package de.otto.synapse.messagestore
Interface SnapshotMessageStore
-
- All Superinterfaces:
java.lang.AutoCloseable,MessageStore
- All Known Implementing Classes:
DelegatingSnapshotMessageStore
public interface SnapshotMessageStore extends MessageStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.InstantgetSnapshotTimestamp()-
Methods inherited from interface de.otto.synapse.messagestore.MessageStore
add, close, getChannelNames, getIndexes, getLatestChannelPosition, getLatestChannelPosition, isCompacting, size, stream, stream
-
-