Uses of Class
org.axonframework.unitofwork.UnitOfWorkListenerAdapter

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

Uses of UnitOfWorkListenerAdapter in org.axonframework.auditing
 

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

Uses of UnitOfWorkListenerAdapter in org.axonframework.unitofwork
 

Subclasses of UnitOfWorkListenerAdapter in org.axonframework.unitofwork
 class MetaDataMutatingUnitOfWorkListenerAdapter
          Specialist UnitOfWorkListenerAdapter that allows modification of Meta Data of Events during the "beforeCommit" phase of a Unit of Work.
 



Copyright © 2010-2016. All Rights Reserved.