| Modifier and Type | Class and Description |
|---|---|
class |
DatadogNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
DatadogNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
CDIEventbusNotificationEvent |
class |
EventbusNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
CDIEventbusNotifierService.handleNotification(NotificationEvent event) |
void |
EventbusNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
HipchatNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
HipchatNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
NewRelicNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
NewRelicNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
SlackNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
SlackNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
SnmpNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
SnmpNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmppNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
XmppNotifierService.handleNotification(NotificationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.notify(EventSource source,
NotificationEvent notificationEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationEventFactory<E extends NotificationEvent>
Factory for building
NotificationEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
LogNotificationEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
LogNotifierService.handleNotification(NotificationEvent event) |
| 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> |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addIdentifyingInfo(NotificationEvent event) |
abstract void |
BaseNotifierService.handleNotification(NotificationEvent event) |
Copyright © 2019. All rights reserved.