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 Details

    • onApplicationStarted

      void onApplicationStarted()
      Deprecated.
    • onApplicationStopped

      void onApplicationStopped()
      Deprecated.
      Since:
      9.2
    • offer

      void offer(LogEntry entry)
      Deprecated.
    • await

      boolean await(long delay, TimeUnit unit) throws InterruptedException
      Deprecated.
      Throws:
      InterruptedException