| Package | Description |
|---|---|
| org.axonframework.auditing |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandMetaDataProvider
AuditDataProvider implementation that attaches a Command's MetaData to each event generated as result of that
command.
|
class |
CorrelationAuditDataProvider
AuditDataProvider implementation that attaches the command identifier to each Event generated as result of that
Command.
|
class |
EmptyDataProvider
Implementation of
AuditDataProvider that provides no information (empty map). |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditingInterceptor.setAuditDataProvider(AuditDataProvider auditDataProvider)
Sets the AuditingDataProvider for this interceptor.
|
| Constructor and Description |
|---|
AuditingUnitOfWorkListener(CommandMessage<?> command,
AuditDataProvider auditDataProvider,
AuditLogger auditLogger)
Initialize a listener for the given
command. |
Copyright © 2010-2014. All Rights Reserved.