public interface BufferingAuditService
AuditService that provides buffering capabilities during Jira start-up.| Modifier and Type | Method and Description |
|---|---|
void |
auditOrPutToQueue(java.util.function.Supplier<com.atlassian.audit.entity.AuditEvent> eventSupplier)
Will buffer event suppliers without calling them until event notification signalling
that Jira has finished its start-up is received.
|
void auditOrPutToQueue(java.util.function.Supplier<com.atlassian.audit.entity.AuditEvent> eventSupplier)
AuditService directly.eventSupplier - - event supplier that will be either buffered or calledCopyright © 2002-2023 Atlassian. All Rights Reserved.