| Package | Description |
|---|---|
| org.graylog.events.event | |
| org.graylog.events.legacy | |
| org.graylog.events.notifications | |
| org.graylog.events.notifications.types | |
| org.graylog.events.search |
| Modifier and Type | Method and Description |
|---|---|
abstract EventDto |
EventDto.Builder.build() |
EventDto |
EventImpl.toDto() |
EventDto |
Event.toDto() |
| Modifier and Type | Method and Description |
|---|---|
static Event |
Event.fromDto(EventDto from) |
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyAlarmCallbackSender.send(LegacyAlarmCallbackEventNotificationConfig config,
EventDefinition eventDefinition,
EventDto event,
List<MessageSummary> backlog) |
JobTriggerData |
LegacyAlarmCallbackEventNotificationConfig.toJobTriggerData(EventDto dto) |
| Modifier and Type | Method and Description |
|---|---|
abstract EventDto |
EventNotificationModelData.event() |
abstract EventDto |
EventNotificationContext.event() |
abstract EventDto |
EventNotificationExecutionJob.Data.eventDto() |
| Modifier and Type | Method and Description |
|---|---|
abstract EventNotificationModelData.Builder |
EventNotificationModelData.Builder.event(EventDto event) |
abstract EventNotificationContext.Builder |
EventNotificationContext.Builder.event(EventDto event) |
abstract EventNotificationExecutionJob.Data.Builder |
EventNotificationExecutionJob.Data.Builder.eventDto(EventDto dto) |
com.google.common.collect.ImmutableList<MessageSummary> |
EventBacklogService.getMessagesForEvent(EventDto eventDto,
long backlogSize) |
boolean |
DBNotificationGracePeriodService.inGracePeriod(EventDto event,
String notificationId,
long grace) |
JobTriggerData |
EventNotificationConfig.toJobTriggerData(EventDto dto) |
JobTriggerData |
EventNotificationConfig.FallbackNotificationConfig.toJobTriggerData(EventDto dto) |
void |
DBNotificationGracePeriodService.updateNotifiedStatus(String notificationId,
EventDto eventDto,
long grace) |
void |
DBNotificationGracePeriodService.updateTriggerStatus(String notificationId,
EventDto eventDto,
long grace) |
| Modifier and Type | Method and Description |
|---|---|
JobTriggerData |
EmailEventNotificationConfig.toJobTriggerData(EventDto dto) |
JobTriggerData |
HTTPEventNotificationConfig.toJobTriggerData(EventDto dto) |
| Modifier and Type | Method and Description |
|---|---|
abstract EventDto |
EventsSearchResult.Event.event() |
| Modifier and Type | Method and Description |
|---|---|
static EventsSearchResult.Event |
EventsSearchResult.Event.create(EventDto event,
String indexName,
String indexType) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.