public interface PreAuditEnricher extends java.util.function.Function<com.atlassian.audit.entity.AuditEvent,com.atlassian.audit.entity.AuditEvent>
AuditService.audit(AuditEvent)
in Pico Container order ruleModifier and Type | Method and Description |
---|---|
default PreAuditEnricher |
andThen(PreAuditEnricher after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the result. |
andThen, apply, compose, identity
default PreAuditEnricher andThen(PreAuditEnricher after)
after
function to the result.
If evaluation of either function throws an exception, it is relayed to
the caller of the composed function.after
- the function to apply after this function is appliedafter
functionCopyright © 2002-2023 Atlassian. All Rights Reserved.