Interface PayaraNotifier

    • Method Detail

      • handleNotification

        void handleNotification​(PayaraNotification event)
        Receive notifications from the notification service.
        Parameters:
        event - the notification
      • bootstrap

        default void bootstrap()
        Initialise any required properties. Called when the notifier is initialised, or configuration values are changed.
      • destroy

        default void destroy()
        Destroy any objects before configuration values are changed. Called when the server shuts down or before the notifier is reinitialised.