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 boolean
await(long delay, TimeUnit unit)
Deprecated.void
offer(LogEntry entry)
Deprecated.void
onApplicationStarted()
Deprecated.default void
onApplicationStopped()
Deprecated.default void
onShutdown()
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()
-
offer
void offer(LogEntry entry)
Deprecated.
-
await
boolean await(long delay, TimeUnit unit) throws InterruptedException
Deprecated.- Throws:
InterruptedException
-
onShutdown
@Deprecated default void onShutdown()
Deprecated.since 9.2, replaced withonApplicationStopped()
-
-