Uses of Interface
org.axonframework.auditing.AuditLogger

Packages that use AuditLogger
org.axonframework.auditing   
 

Uses of AuditLogger in org.axonframework.auditing
 

Classes in org.axonframework.auditing that implement AuditLogger
 class NullAuditLogger
          An implementation of AuditLogger that does nothing.
 

Methods in org.axonframework.auditing with parameters of type AuditLogger
 void AuditingInterceptor.setAuditLogger(AuditLogger auditLogger)
          Sets the logger that writes events to the audit logs.
 

Constructors in org.axonframework.auditing with parameters of type AuditLogger
AuditingUnitOfWorkListener(CommandMessage<?> command, AuditDataProvider auditDataProvider, AuditLogger auditLogger)
          Initialize a listener for the given command.
 



Copyright © 2010-2016. All Rights Reserved.