Interface AuditBackend

    • Method Detail

      • getApplicationStartedOrder

        int getApplicationStartedOrder()
      • onApplicationStarted

        void onApplicationStarted()
      • onApplicationStopped

        default void onApplicationStopped()
        Since:
        9.2 with default backward compatibility by delegating to deprecated API onShutdown()
      • restore

        void restore​(AuditStorage auditStorage,
                     int batchSize,
                     int keepAlive)
        Restore the backend from the given AuditStorage
        Parameters:
        auditStorage - the audit storage
        batchSize - the batch size
        keepAlive - the keep alive duration
        Since:
        9.3