org.qi4j.library.eventsourcing.domain.source
Interface EventManagement

All Known Subinterfaces:
JdbmEventStoreService
All Known Implementing Classes:
JdbmEventStoreService.JdbmEventStoreMixin

public interface EventManagement

Management interface for EventStores.


Method Summary
 Output<String,IOException> restore()
          Output used to restore events from a backup
 

Method Detail

restore

Output<String,IOException> restore()
Output used to restore events from a backup

Returns: