Class JmsNotifierService

    • Constructor Detail

      • JmsNotifierService

        public JmsNotifierService()
    • Method Detail

      • bootstrap

        public void bootstrap()
        Description copied from interface: PayaraNotifier
        Initialise any required properties. Called when the notifier is initialised, or configuration values are changed.
      • destroy

        public void destroy()
        Description copied from interface: PayaraNotifier
        Destroy any objects before configuration values are changed. Called when the server shuts down or before the notifier is reinitialised.
      • handleNotification

        public void handleNotification​(PayaraNotification event)
        Description copied from interface: PayaraNotifier
        Receive notifications from the notification service.
        Parameters:
        event - the notification