public abstract class FileBasedEventHandlerConfiguration extends EventHandlerConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
FileBasedEventHandlerConfiguration.FileRetention
Groups the file retention config parameters.
|
static class |
FileBasedEventHandlerConfiguration.FileRotation
Groups the file rotation config parameters.
|
| Constructor and Description |
|---|
FileBasedEventHandlerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FileBasedEventHandlerConfiguration.FileRetention |
getFileRetention()
|
FileBasedEventHandlerConfiguration.FileRotation |
getFileRotation()
|
String |
getRotationRetentionCheckInterval()
Gets the interval to check time-based file rotation policies.
|
void |
setFileRetention(FileBasedEventHandlerConfiguration.FileRetention fileRetention)
|
void |
setFileRotation(FileBasedEventHandlerConfiguration.FileRotation fileRotation)
|
void |
setRotationRetentionCheckInterval(String rotationRetentionCheckInterval)
Sets the interval to check time-based file rotation policies.
|
getName, getTopics, isEnabled, isUsableForQueries, setEnabled, setName, setTopicspublic FileBasedEventHandlerConfiguration.FileRotation getFileRotation()
FileBasedEventHandlerConfiguration.FileRotation.public void setFileRotation(FileBasedEventHandlerConfiguration.FileRotation fileRotation)
fileRotation - Not-null, The FileBasedEventHandlerConfiguration.FileRotation.public FileBasedEventHandlerConfiguration.FileRetention getFileRetention()
FileBasedEventHandlerConfiguration.FileRetention.public void setFileRetention(FileBasedEventHandlerConfiguration.FileRetention fileRetention)
fileRetention - Not-null, The FileBasedEventHandlerConfiguration.FileRetention.public String getRotationRetentionCheckInterval()
Duration.
Examples of valid durations are:
5 seconds
5 minutes
5 hours
Value of "zero" or "disabled" are not acceptable.public void setRotationRetentionCheckInterval(String rotationRetentionCheckInterval)
Duration.
Examples of valid durations are:
5 seconds
5 minutes
5 hours
Value of "zero" or "disabled" are not acceptable.rotationRetentionCheckInterval - The interval duration.Copyright © 2025 Open Identity Platform Community. All rights reserved.