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

All Known Subinterfaces:
JdbmEventStoreService, MemoryEventStoreService
All Known Implementing Classes:
AbstractEventStoreMixin, JdbmEventStoreService.JdbmEventStoreMixin, MemoryEventStoreService.MemoryEventStoreMixin

public interface EventStore

Store of domain-events.


Method Summary
 Output<UnitOfWorkDomainEventsValue,IOException> storeEvents()
           
 

Method Detail

storeEvents

Output<UnitOfWorkDomainEventsValue,IOException> storeEvents()