| Modifier and Type | Method and Description |
|---|---|
abstract Optional<JobTriggerData> |
EventDefinitionContextService.SchedulerCtx.data() |
| Modifier and Type | Method and Description |
|---|---|
JobTriggerData |
LegacyAlarmCallbackEventNotificationConfig.toJobTriggerData(EventDto dto) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventNotificationExecutionJob.Data |
| Modifier and Type | Method and Description |
|---|---|
JobTriggerData |
EventNotificationConfig.toJobTriggerData(EventDto dto) |
JobTriggerData |
EventNotificationConfig.FallbackNotificationConfig.toJobTriggerData(EventDto dto) |
| Modifier and Type | Method and Description |
|---|---|
JobTriggerData |
EmailEventNotificationConfig.toJobTriggerData(EventDto dto) |
JobTriggerData |
HTTPEventNotificationConfig.toJobTriggerData(EventDto dto) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventProcessorExecutionJob.Data |
| Modifier and Type | Class and Description |
|---|---|
static class |
JobTriggerData.FallbackData |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<JobTriggerData> |
JobTriggerDto.data() |
abstract Optional<JobTriggerData> |
JobTriggerUpdate.data() |
| Modifier and Type | Method and Description |
|---|---|
abstract JobTriggerDto.Builder |
JobTriggerDto.Builder.data(JobTriggerData data) |
abstract JobTriggerUpdate.Builder |
JobTriggerUpdate.Builder.data(JobTriggerData data) |
JobTriggerUpdate |
JobTriggerUpdates.scheduleNextExecution(JobTriggerData data)
Returns a job trigger update that instructs the scheduler to execute the trigger again based on its schedule
configuration.
|
static JobTriggerUpdate |
JobTriggerUpdate.withNextTimeAndData(org.joda.time.DateTime nextTime,
JobTriggerData data) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<JobTriggerData> |
CreateJobTriggerRequest.data() |
| Modifier and Type | Method and Description |
|---|---|
abstract CreateJobTriggerRequest.Builder |
CreateJobTriggerRequest.Builder.data(JobTriggerData data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addSchedulerJob(String name,
Class<? extends Job> jobClass,
Class<? extends Job.Factory> factoryClass,
Class<? extends JobDefinitionConfig> configClass,
Class<? extends JobTriggerData> dataClass) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.