Interface Persistor

All Known Implementing Classes:
DefaultPersistor, StubPersistor

public interface Persistor
Saves and loads TransactionOutboxEntrys. For most use cases, just use DefaultPersistor. It is parameterisable and designed for extension, so can be easily modified. Creating completely new implementations of Persistor should be reserved for cases where the underlying data store is of a completely different nature entirely.