| Package | Description |
|---|---|
| org.axonframework.auditing | |
| org.axonframework.commandhandling.disruptor | |
| org.axonframework.unitofwork |
Classes in support of the UnitOfWork pattern in Axon Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuditingUnitOfWorkListener
Listener implementation that adds auditing information to events being tracked by the unit of work this listener is
registered to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisruptorUnitOfWork.registerListener(UnitOfWorkListener listener) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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-2015. All Rights Reserved.