Class NotificationResult

java.lang.Object
org.jolokia.server.core.service.notification.NotificationResult

public class NotificationResult extends Object
Result class holding notifications, handback objects and the number of dropped notifications.
Since:
23.03.13
Author:
roland
  • Constructor Details

  • Method Details

    • getNotifications

      public List<Notification> getNotifications()
    • getHandback

      public Object getHandback()
    • getDropped

      public int getDropped()
    • getHandle

      public String getHandle()