Interface AuditProvider

    • Method Detail

      • auditConsumer

        Consumer<AuditProvider.TracedAuditEvent> auditConsumer()
        Return your subscriber for audit events. The method is invoked synchronously, so if you want to have low impact on performance, you should handle possible asynchronous processing in the provider implementation.
        Returns:
        Consumer that will receive all audit events of this security realm