| Package | Description |
|---|---|
| org.graylog.events.notifications | |
| org.graylog.events.processor | |
| org.graylog.scheduler | |
| org.graylog2.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
EventNotificationExecutionJob |
| Modifier and Type | Class and Description |
|---|---|
class |
EventProcessorExecutionJob |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Job.Factory<TYPE extends Job> |
| 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) |
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.