Class CsvAuditEventHandlerConfiguration.EventBufferingConfiguration

    • Constructor Detail

      • EventBufferingConfiguration

        public EventBufferingConfiguration()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Indicates if event buffering is enabled.
        Returns:
        true if buffering is enabled.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets the buffering status.
        Parameters:
        enabled - Indicates if buffering is enabled.
      • isAutoFlush

        public boolean isAutoFlush()
        Indicates if events are automatically flushed after being written.
        Returns:
        true if events must be flushed
      • setAutoFlush

        public void setAutoFlush​(boolean auto)
        Sets the auto flush indicator.
        Parameters:
        auto - Indicates if events are automatically flushed after being written.