| Modifier and Type | Class and Description |
|---|---|
class |
BaseMonitoringNotifierConfigurer<C extends Notifier>
Base class for configuring notifiers with the monitoring service
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Notifier> |
MonitoringServiceConfiguration.getNotifierByType(Class type)
Gets a specific notifier
|
static <T extends Notifier> |
MonitoringServiceConfiguration.Duck.getNotifierByType(MonitoringServiceConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifier> |
MonitoringServiceConfiguration.getNotifierList()
Returns a list of the notifiers configured with the monitoring service
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHealthCheckNotifierConfigurer<C extends Notifier> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Notifier> |
HealthCheckServiceConfiguration.getNotifierByType(Class type) |
static <T extends Notifier> |
HealthCheckServiceConfiguration.Duck.getNotifierByType(HealthCheckServiceConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifier> |
HealthCheckServiceConfiguration.getNotifierList() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDIEventbusNotifier |
interface |
DatadogNotifier |
interface |
EmailNotifier |
interface |
EventbusNotifier |
interface |
HipchatNotifier
Configuration class for attaching hipchat notification mechanism into.
|
interface |
JmsNotifier
Configuration class for attaching JMS notification mechanism into.
|
interface |
NewRelicNotifier
Configuration class for attaching New Relic event mechanism into.
|
interface |
SlackNotifier
Configuration class for attaching slack notification mechanism into.
|
interface |
SnmpNotifier
Configuration class for attaching snmp notification mechanism into.
|
interface |
XmppNotifier
Configuration class for attaching XMPP notification mechanism into.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotifierExecutionOptionsFactory<N extends Notifier>
Factory class that translates notifier configurations into notifier execution options.
|
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptionsFactory<Notifier> |
NotifierExecutionOptionsFactoryStore.get(NotifierType type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogNotifier
Configuration class for attaching log notification mechanism into.
|
| 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 | Class and Description |
|---|---|
class |
BaseRequestTracingNotifierConfigurer<C extends Notifier> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Notifier> |
RequestTracingServiceConfiguration.getNotifierByType(Class type) |
static <T extends Notifier> |
RequestTracingServiceConfiguration.Duck.getNotifierByType(RequestTracingServiceConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifier> |
RequestTracingServiceConfiguration.getNotifierList() |
Copyright © 2017. All rights reserved.