public interface IAuditEventConsumer extends Serializable
AuditEvent handler.| Modifier and Type | Method and Description |
|---|---|
void |
consumeAuditEvent(AuditEvent aAuditEvent)
Handle the provided audit event.
|
void consumeAuditEvent(@Nonnull AuditEvent aAuditEvent)
aAuditEvent - The event to be handled. Never null.RuntimeException - in case something goes wrong. This exception will be handled
separately.Copyright © 2014–2023 Philip Helger. All rights reserved.