public class EmptyDataProvider extends Object implements AuditDataProvider
AuditDataProvider
that provides no information (empty map).Modifier and Type | Field and Description |
---|---|
static EmptyDataProvider |
INSTANCE
Returns a singleton instance to this data provider.
|
Constructor and Description |
---|
EmptyDataProvider() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
provideAuditDataFor(CommandMessage<?> command)
Return the relevant auditing information for the given command.
|
public static final EmptyDataProvider INSTANCE
public Map<String,Object> provideAuditDataFor(CommandMessage<?> command)
provideAuditDataFor
in interface AuditDataProvider
command
- The command being dispatchedCopyright © 2010-2014. All Rights Reserved.