| Modifier and Type | Method and Description |
|---|---|
List<NotifierExecutionOptions> |
AdminAuditService.getNotifierExecutionOptionsList()
Gets a list of all the options of all notifiers configured with the asadmin audit service.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotifierExecutionOptions> |
JMXMonitoringService.getNotifierExecutionOptionsList()
Returns the configuration of all the notifiers configured with the
monitoring service
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatadogNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
DatadogNotifierExecutionOptionsFactory.build(DatadogNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
EmailNotifierExecutionOptionsFactory.build(EmailNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
CDIEventbusNotifierExecutionOptions |
class |
EventbusNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
CDIEventbusNotifierExecutionOptionsFactory.build(CDIEventbusNotifier notifier) |
NotifierExecutionOptions |
EventbusNotifierExecutionOptionsFactory.build(EventbusNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
HipchatNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
HipchatNotifierExecutionOptionsFactory.build(HipchatNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
JmsNotifierExecutionOptionsFactory.build(JmsNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
NewRelicNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
NewRelicNotifierExecutionOptionsFactory.build(NewRelicNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
SlackNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
SlackNotifierExecutionOptionsFactory.build(SlackNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
SnmpNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
SnmpNotifierExecutionOptionsFactory.build(SnmpNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmppNotifierExecutionOptions |
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
XmppNotifierExecutionOptionsFactory.build(XmppNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
List<NotifierExecutionOptions> |
HealthCheckService.getNotifierExecutionOptionsList()
Gets a list of all the options of all notifiers configured with the healthcheck service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NotifierExecutionOptions |
NotifierExecutionOptionsFactory.build(N n) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogNotifierExecutionOptions
Holds configuration for server log specific notifier.
|
| Modifier and Type | Method and Description |
|---|---|
NotifierExecutionOptions |
LogNotifierExecutionOptionsFactory.build(LogNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
Map<NotifierType,NotifierExecutionOptions> |
RequestTracingExecutionOptions.getNotifierExecutionOptionsList()
Gets the notifier options configured with request tracing
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTracingExecutionOptions.addNotifierExecutionOption(NotifierExecutionOptions notifierExecutionOptions) |
void |
RequestTracingExecutionOptions.removeNotifierExecutionOption(NotifierExecutionOptions notifierExecutionOptions) |
Copyright © 2019. All rights reserved.