Uses of Interface
fish.payara.internal.notification.PayaraNotifierConfiguration
-
-
Uses of PayaraNotifierConfiguration in fish.payara.internal.notification
Classes in fish.payara.internal.notification with type parameters of type PayaraNotifierConfiguration Modifier and Type Class Description classPayaraConfiguredNotifier<C extends PayaraNotifierConfiguration>A notifier that is backed by a configuration in the domain.xmlFields in fish.payara.internal.notification declared as PayaraNotifierConfiguration Modifier and Type Field Description protected CPayaraConfiguredNotifier. configurationMethods in fish.payara.internal.notification with type parameters of type PayaraNotifierConfiguration Modifier and Type Method Description static <C extends PayaraNotifierConfiguration>
Class<C>NotifierUtils. getConfigurationClass(Class<?> notifierClass)Methods in fish.payara.internal.notification with parameters of type PayaraNotifierConfiguration Modifier and Type Method Description voidNotifierManager. reconfigureNotifier(PayaraNotifierConfiguration configuration)Alert the notification service that a notifier configuration has been updated with the --dynamic flag, so the notifier needs updating dynamically. -
Uses of PayaraNotifierConfiguration in fish.payara.internal.notification.admin
Classes in fish.payara.internal.notification.admin with type parameters of type PayaraNotifierConfiguration Modifier and Type Class Description classBaseGetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>The base admin command to get the configuration of a specified notifier.classBaseSetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>The base admin command to set the configuration of a specified notifier.Methods in fish.payara.internal.notification.admin with type parameters of type PayaraNotifierConfiguration Modifier and Type Method Description static <T extends PayaraNotifierConfiguration>
TNotificationServiceConfiguration.Duck. getNotifierConfigurationByType(NotificationServiceConfiguration config, Class<T> type)<T extends PayaraNotifierConfiguration>
TNotificationServiceConfiguration. getNotifierConfigurationByType(Class<T> type)Methods in fish.payara.internal.notification.admin that return types with arguments of type PayaraNotifierConfiguration Modifier and Type Method Description List<PayaraNotifierConfiguration>NotificationServiceConfiguration. getNotifierConfigurationList() -
Uses of PayaraNotifierConfiguration in fish.payara.notification.eventbus.core
Subinterfaces of PayaraNotifierConfiguration in fish.payara.notification.eventbus.core Modifier and Type Interface Description interfaceCDIEventbusNotifierConfigurationinterfaceEventbusNotifierConfiguration -
Uses of PayaraNotifierConfiguration in fish.payara.notification.jms
Subinterfaces of PayaraNotifierConfiguration in fish.payara.notification.jms Modifier and Type Interface Description interfaceJmsNotifierConfiguration -
Uses of PayaraNotifierConfiguration in fish.payara.nucleus.notification
Methods in fish.payara.nucleus.notification that return PayaraNotifierConfiguration Modifier and Type Method Description protected PayaraNotifierConfigurationNotifierHandler. getConfig()Methods in fish.payara.nucleus.notification with parameters of type PayaraNotifierConfiguration Modifier and Type Method Description voidNotificationService. reconfigureNotifier(PayaraNotifierConfiguration configuration)Constructors in fish.payara.nucleus.notification with parameters of type PayaraNotifierConfiguration Constructor Description NotifierHandler(org.glassfish.hk2.api.ServiceHandle<PayaraNotifier> notifierHandle, PayaraNotifierConfiguration config) -
Uses of PayaraNotifierConfiguration in fish.payara.nucleus.notification.log
Subinterfaces of PayaraNotifierConfiguration in fish.payara.nucleus.notification.log Modifier and Type Interface Description interfaceLogNotifierConfigurationConfiguration class with the aim to configure log notification specific parameters.
-