org.qi4j.library.eventsourcing.application.factory
Class TransactionNotificationConcern

java.lang.Object
  extended by org.qi4j.api.concern.ConcernOf<ApplicationEventFactory>
      extended by org.qi4j.library.eventsourcing.application.factory.TransactionNotificationConcern
All Implemented Interfaces:
ApplicationEventFactory

public class TransactionNotificationConcern
extends ConcernOf<ApplicationEventFactory>
implements ApplicationEventFactory

Notify transaction listeners when a complete transaction of domain events is available.


Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
TransactionNotificationConcern()
           
 
Method Summary
 ApplicationEvent createEvent(String name, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionNotificationConcern

public TransactionNotificationConcern()
Method Detail

createEvent

public ApplicationEvent createEvent(String name,
                                    Object[] args)
Specified by:
createEvent in interface ApplicationEventFactory