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 |
onShutdown() |
public void onApplicationStarted()
onApplicationStarted
in interface AuditBulker
public void onShutdown()
onShutdown
in interface AuditBulker
public void offer(LogEntry entry)
offer
in interface AuditBulker
public boolean await(long delay, TimeUnit unit) throws InterruptedException
await
in interface AuditBulker
InterruptedException
Copyright © 2016 Nuxeo SA. All rights reserved.