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

All Known Implementing Classes:
EventRouter

public interface EventVisitor

Visitor for a single DomainEventValue in a UnitOfWorkDomainEventsValue.


Method Summary
 boolean visit(DomainEventValue eventValue)
          Visit and handle a single DomainEventValue.
 

Method Detail

visit

boolean visit(DomainEventValue eventValue)
Visit and handle a single DomainEventValue.

Parameters:
eventValue - the eventValue
Returns:
true if the eventValue could be handled, false if not