public class NullAuditEventSender extends Object implements AuditEventSender
| Constructor and Description |
|---|
NullAuditEventSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
failure(AuditActor actor,
AuditEventType type) |
void |
failure(AuditActor actor,
AuditEventType type,
Map<String,Object> context) |
void |
success(AuditActor actor,
AuditEventType type) |
void |
success(AuditActor actor,
AuditEventType type,
Map<String,Object> context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfailure, failure, success, successpublic void success(AuditActor actor, AuditEventType type)
success in interface AuditEventSenderpublic void success(AuditActor actor, AuditEventType type, Map<String,Object> context)
success in interface AuditEventSenderpublic void failure(AuditActor actor, AuditEventType type)
failure in interface AuditEventSenderpublic void failure(AuditActor actor, AuditEventType type, Map<String,Object> context)
failure in interface AuditEventSenderCopyright © 2012–2021 Graylog, Inc.. All rights reserved.