| Interface | Description |
|---|---|
| NotifierManager |
A contract for the notification service, which allows the internal API to
send events to the notification service without having a direct reference to
it.
|
| PayaraNotifier |
A contract for a service representing a dynamic PayaraNotifier with no
domain.xml configuration.
|
| PayaraNotifierConfiguration |
A class used to configure notifiers from the domain.xml.
|
| Class | Description |
|---|---|
| NotifierUtils |
A collection of static methods used by notification sources.
|
| PayaraConfiguredNotifier<C extends PayaraNotifierConfiguration> |
A notifier that is backed by a configuration in the domain.xml
|
| PayaraNotification |
A notification received by notifiers and the notification service
|
| PayaraNotificationBuilder |
A builder object created by a
PayaraNotificationFactory used to
configure Notifications for sending. |
| PayaraNotificationFactory |
Factory for building
PayaraNotification events. |
| TimeUtil |
Time utilities used by notification sources
|
Copyright © 2021. All rights reserved.