Class PullNotificationStore

    • Method Detail

      • pull

        public org.jolokia.server.core.service.notification.NotificationResult pull​(String pClientId,
                                                                                    String pHandle)
        JMX exposed method for pulling out notifications. The list of notifications is cleared afterwards.
        Specified by:
        pull in interface PullNotificationStoreMBean
        Parameters:
        pClientId - client id
        pHandle - the subscription handle
        Returns:
        notifications stored for the client or null if no notification are stored currently.