| Package | Description |
|---|---|
| fish.payara.audit |
Audit system for the admin console and rest management interface
|
| fish.payara.jmx.monitoring.admin.notifier | |
| fish.payara.jmx.monitoring.configuration | |
| fish.payara.nucleus.healthcheck.admin.notifier | |
| fish.payara.nucleus.healthcheck.configuration | |
| fish.payara.nucleus.notification.configuration | |
| fish.payara.nucleus.notification.domain | |
| fish.payara.nucleus.notification.log | |
| fish.payara.nucleus.notification.service | |
| fish.payara.nucleus.requesttracing.admin.notifier | |
| fish.payara.nucleus.requesttracing.configuration |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Notifier> |
AdminAuditConfiguration.Duck.getNotifierByType(AdminAuditConfiguration config,
Class<T> type) |
<T extends Notifier> |
AdminAuditConfiguration.getNotifierByType(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifier> |
AdminAuditConfiguration.getNotifierList() |
| 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<T> 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 © 2019. All rights reserved.