Interface AuditLogEnabledChecker
@Internal
public interface AuditLogEnabledChecker
Representation of component which checks whether auditing is enabled or not
- Since:
- v3.2.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the event in the context of invocation should be audited or not
-
Method Details
-
shouldAuditEvent
boolean shouldAuditEvent()Checks whether the event in the context of invocation should be audited or not
-