| Modifier and Type | Interface and Description |
|---|---|
interface |
DatadogNotifierConfiguration
Configuration class with the aim to configure datadog notification specific parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmailNotifierConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDIEventbusNotifierConfiguration |
interface |
EventbusNotifierConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HipchatNotifierConfiguration
Configuration class with the aim to configure hipchat notification specific parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JmsNotifierConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NewRelicNotifierConfiguration
Configuration class with the aim to configure New Relic notification specific parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SlackNotifierConfiguration
Configuration class with the aim to configure slack notification specific parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SnmpNotifierConfiguration
Configuration class with the aim to configure SNMP notification specific parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmppNotifierConfiguration
Configuration class with the aim to configure XMPP notification specific parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNotificationConfigurer<C extends NotifierConfiguration,S extends BaseNotifierService> |
| Modifier and Type | Method and Description |
|---|---|
<T extends NotifierConfiguration> |
NotificationServiceConfiguration.getNotifierConfigurationByType(Class type) |
static <T extends NotifierConfiguration> |
NotificationServiceConfiguration.Duck.getNotifierConfigurationByType(NotificationServiceConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<NotifierConfiguration> |
NotificationServiceConfiguration.getNotifierConfigurationList() |
| Modifier and Type | Class and Description |
|---|---|
class |
NotifierConfigurationExecutionOptionsFactory<NC extends NotifierConfiguration,EO extends NotifierConfigurationExecutionOptions> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogNotifierConfiguration
Configuration class with the aim to configure log notification specific parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNotifierService<E extends NotificationEvent,C extends Notifier,NC extends NotifierConfiguration>
Base contract for all notifier services.
|
class |
QueueBasedNotifierService<E extends NotificationEvent,C extends Notifier,NC extends NotifierConfiguration,MQ extends MessageQueue> |
Copyright © 2019. All rights reserved.