Class SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
java.lang.Object
org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
- Enclosing class:
- SyslogAuditEventHandlerConfiguration
Configuration of event buffering.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if event buffering is enabled.void
setEnabled
(boolean enabled) Sets the buffering status.
-
Constructor Details
-
EventBufferingConfiguration
public EventBufferingConfiguration()
-
-
Method Details
-
isEnabled
Indicates if event buffering is enabled.- Returns:
true
if buffering is enabled.
-
setEnabled
Sets the buffering status.- Parameters:
enabled
- Indicates if buffering is enabled.
-