public static class CsvAuditEventHandlerConfiguration.EventBufferingConfiguration extends Object
| Constructor and Description |
|---|
EventBufferingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAutoFlush()
Indicates if events are automatically flushed after being written.
|
boolean |
isEnabled()
Indicates if event buffering is enabled.
|
void |
setAutoFlush(boolean auto)
Sets the auto flush indicator.
|
void |
setEnabled(boolean enabled)
Sets the buffering status.
|
public boolean isEnabled()
true if buffering is enabled.public void setEnabled(boolean enabled)
enabled - Indicates if buffering is enabled.public boolean isAutoFlush()
true if events must be flushedpublic void setAutoFlush(boolean auto)
auto - Indicates if events are automatically flushed after being written.Copyright © 2025 Open Identity Platform Community. All rights reserved.