Interface AuditLogProvider


  • public interface AuditLogProvider
    This is the SPI (i.e., Service Provider Interface) for registering the audit log provider. A typical implementation of this interface is to initialize the MDC (Mapped Diagnostic Context) for a logger.
    • Method Detail

      • taskProcessorAuditLogging

        void taskProcessorAuditLogging​(java.lang.String taskId,
                                       TaskRequestContext taskRequestContext,
                                       TaskException taskException)
        Handles the audit log for TaskProcessor.
        Parameters:
        taskId -
        taskRequestContext -
        taskException -