| Package | Description |
|---|---|
| org.axonframework.auditing |
| Modifier and Type | Class and Description |
|---|---|
class |
NullAuditLogger
An implementation of
AuditLogger that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditingInterceptor.setAuditLogger(AuditLogger auditLogger)
Sets the logger that writes events to the audit logs.
|
| Constructor and Description |
|---|
AuditingUnitOfWorkListener(CommandMessage<?> command,
AuditDataProvider auditDataProvider,
AuditLogger auditLogger)
Initialize a listener for the given
command. |
Copyright © 2010-2014. All Rights Reserved.