Uses of Interface
org.axonframework.unitofwork.UnitOfWorkListener

Packages that use UnitOfWorkListener
org.axonframework.auditing   
org.axonframework.commandhandling.disruptor   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Uses of UnitOfWorkListener in org.axonframework.auditing
 

Classes in org.axonframework.auditing that implement UnitOfWorkListener
 class AuditingUnitOfWorkListener
          Listener implementation that adds auditing information to events being tracked by the unit of work this listener is registered to.
 

Uses of UnitOfWorkListener in org.axonframework.commandhandling.disruptor
 

Methods in org.axonframework.commandhandling.disruptor with parameters of type UnitOfWorkListener
 void DisruptorUnitOfWork.registerListener(UnitOfWorkListener listener)
           
 

Uses of UnitOfWorkListener in org.axonframework.unitofwork
 

Classes in org.axonframework.unitofwork that implement UnitOfWorkListener
 class MetaDataMutatingUnitOfWorkListenerAdapter
          Specialist UnitOfWorkListenerAdapter that allows modification of Meta Data of Events during the "beforeCommit" phase of a Unit of Work.
 class UnitOfWorkListenerAdapter
          Abstract implementation of the UnitOfWorkListener that provides empty implementation of all methods declared in UnitOfWorkListener.
 class UnitOfWorkListenerCollection
          This class is responsible for notifying registered listeners in a specific order of precedence.
 

Methods in org.axonframework.unitofwork with parameters of type UnitOfWorkListener
 void UnitOfWorkListenerCollection.add(UnitOfWorkListener listener)
          Adds a listener to the collection.
 void UnitOfWork.registerListener(UnitOfWorkListener listener)
          Register a listener that listens to state changes in this UnitOfWork.
 void DefaultUnitOfWork.registerListener(UnitOfWorkListener listener)
           
 



Copyright © 2010-2016. All Rights Reserved.