public abstract class EventNotificationSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventNotificationSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_BACKLOG_SIZE |
static String |
FIELD_GRACE_PERIOD_MS |
| Constructor and Description |
|---|
EventNotificationSettings() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
backlogSize() |
static EventNotificationSettings.Builder |
builder() |
abstract long |
gracePeriodMs() |
abstract EventNotificationSettings.Builder |
toBuilder() |
static EventNotificationSettings |
withGracePeriod(long gracePeriodMs) |
public static final String FIELD_GRACE_PERIOD_MS
public static final String FIELD_BACKLOG_SIZE
public abstract long gracePeriodMs()
public abstract long backlogSize()
public static EventNotificationSettings withGracePeriod(long gracePeriodMs)
public static EventNotificationSettings.Builder builder()
public abstract EventNotificationSettings.Builder toBuilder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.