public class NoopAuditBulker extends Object implements AuditBulker
| Modifier and Type | Method and Description |
|---|---|
boolean |
await(long delay,
TimeUnit unit) |
void |
offer(LogEntry entry) |
void |
onApplicationStarted() |
void |
onApplicationStopped() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonShutdownpublic void onApplicationStarted()
onApplicationStarted in interface AuditBulkerpublic void onApplicationStopped()
onApplicationStopped in interface AuditBulkerpublic void offer(LogEntry entry)
offer in interface AuditBulkerpublic boolean await(long delay, TimeUnit unit) throws InterruptedException
await in interface AuditBulkerInterruptedExceptionCopyright © 2018 Nuxeo. All rights reserved.