public abstract class EventsConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventsConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_CATCH_UP_WINDOW_MS |
| Constructor and Description |
|---|
EventsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static EventsConfiguration.Builder |
builder() |
abstract long |
eventCatchupWindow() |
abstract long |
eventNotificationsBacklog() |
abstract long |
eventNotificationsRetry() |
abstract long |
eventsSearchTimeout() |
abstract EventsConfiguration.Builder |
toBuilder() |
public abstract long eventsSearchTimeout()
public abstract long eventNotificationsRetry()
public abstract long eventNotificationsBacklog()
public abstract long eventCatchupWindow()
public static EventsConfiguration.Builder builder()
public abstract EventsConfiguration.Builder toBuilder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.