Class NoopAuditBulker
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.service.NoopAuditBulker
-
- All Implemented Interfaces:
AuditBulker
@Deprecated public class NoopAuditBulker extends Object implements AuditBulker
Deprecated.since 10.10, audit bulker is now handled with nuxeo-stream, no replacement- Since:
- 8.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
await(long delay, TimeUnit unit)
Deprecated.void
offer(LogEntry entry)
Deprecated.void
onApplicationStarted()
Deprecated.void
onApplicationStopped()
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.audit.service.AuditBulker
onShutdown
-
-
-
-
Method Detail
-
onApplicationStarted
public void onApplicationStarted()
Deprecated.- Specified by:
onApplicationStarted
in interfaceAuditBulker
-
onApplicationStopped
public void onApplicationStopped()
Deprecated.- Specified by:
onApplicationStopped
in interfaceAuditBulker
-
offer
public void offer(LogEntry entry)
Deprecated.- Specified by:
offer
in interfaceAuditBulker
-
await
public boolean await(long delay, TimeUnit unit) throws InterruptedException
Deprecated.- Specified by:
await
in interfaceAuditBulker
- Throws:
InterruptedException
-
-