Interface AuditTrailCallback


  • public interface AuditTrailCallback
    Callback interface for asynchronous audit trail calls.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void done()
      called by the audit trail, when an asynchronous logging has been successfully finished
      void error​(java.lang.Exception e)
      called by the audit trail, when an asynchronous logging has been failed
    • Method Detail

      • done

        void done()
        called by the audit trail, when an asynchronous logging has been successfully finished
      • error

        void error​(java.lang.Exception e)
        called by the audit trail, when an asynchronous logging has been failed
        Parameters:
        e - The Exception which kept the logging from succeeding and which lead to the failure.