Interface AuditBulker
-
- All Known Implementing Classes:
DefaultAuditBulker,NoopAuditBulker
@Deprecated public interface AuditBulker
Deprecated.since 10.10, audit bulker is now handled with nuxeo-stream, no replacement- Since:
- 8.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description booleanawait(long delay, TimeUnit unit)Deprecated.voidoffer(LogEntry entry)Deprecated.voidonApplicationStarted()Deprecated.default voidonApplicationStopped()Deprecated.default voidonShutdown()Deprecated.since 9.2, replaced withonApplicationStopped()
-
-
-
Method Detail
-
onApplicationStarted
void onApplicationStarted()
Deprecated.
-
onApplicationStopped
default void onApplicationStopped()
Deprecated.- Since:
- 9.2 with default backward compatibility by delegating to deprecated API
onShutdown()
-
await
boolean await(long delay, TimeUnit unit) throws InterruptedException
Deprecated.- Throws:
InterruptedException
-
onShutdown
@Deprecated default void onShutdown()
Deprecated.since 9.2, replaced withonApplicationStopped()
-
-