| Modifier and Type | Class and Description |
|---|---|
class |
PayaraConfiguredNotifier<C extends PayaraNotifierConfiguration>
A notifier that is backed by a configuration in the domain.xml
|
| Modifier and Type | Field and Description |
|---|---|
protected C |
PayaraConfiguredNotifier.configuration |
| Modifier and Type | Method and Description |
|---|---|
static <C extends PayaraNotifierConfiguration> |
NotifierUtils.getConfigurationClass(Class<?> notifierClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotifierManager.reconfigureNotifier(PayaraNotifierConfiguration configuration)
Alert the notification service that a notifier configuration has been updated
with the --dynamic flag, so the notifier needs updating dynamically.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseGetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>
The base admin command to get the configuration of a specified notifier.
|
class |
BaseSetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>
The base admin command to set the configuration of a specified notifier.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PayaraNotifierConfiguration> |
NotificationServiceConfiguration.getNotifierConfigurationByType(Class<T> type) |
static <T extends PayaraNotifierConfiguration> |
NotificationServiceConfiguration.Duck.getNotifierConfigurationByType(NotificationServiceConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<PayaraNotifierConfiguration> |
NotificationServiceConfiguration.getNotifierConfigurationList() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDIEventbusNotifierConfiguration |
interface |
EventbusNotifierConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JmsNotifierConfiguration |
| Modifier and Type | Method and Description |
|---|---|
protected PayaraNotifierConfiguration |
NotifierHandler.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.reconfigureNotifier(PayaraNotifierConfiguration configuration) |
| Constructor and Description |
|---|
NotifierHandler(org.glassfish.hk2.api.ServiceHandle<PayaraNotifier> notifierHandle,
PayaraNotifierConfiguration config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogNotifierConfiguration
Configuration class with the aim to configure log notification specific parameters.
|
Copyright © 2021. All rights reserved.