Package org.qi4j.library.eventsourcing.domain.source.helper

Interface Summary
DomainEventTrackerConfiguration Configuration that a service doing event tracking must have.
 

Class Summary
DomainEventTracker Helper that enables a service to easily track transactions.
EventParameters Utility class to pick out parameters by name or index as strings from a DomainEventValue
EventRouter Event handling router.
Events Helper methods for working with Iterables of DomainEvents and UnitOfWorkDomainEventsValue.