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
 void storeEvents(UnitOfWorkDomainEventsValue newEvents)
           
 

Method Detail

storeEvents

void storeEvents(UnitOfWorkDomainEventsValue newEvents)
                 throws IOException
Throws:
IOException