Interface NotifierManager

  • All Known Implementing Classes:
    NotificationService

    @Contract
    public interface 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.
    • Method Detail

      • reconfigureNotifier

        void reconfigureNotifier​(PayaraNotifierConfiguration configuration)
        Alert the notification service that a notifier configuration has been updated with the --dynamic flag, so the notifier needs updating dynamically.
        Parameters:
        configuration - the configuration that was updated