Class TelemetryNotification

java.lang.Object
com.pnfsoftware.jeb.core.events.ClientNotification
com.pnfsoftware.jeb.core.events.TelemetryNotification

public class TelemetryNotification extends ClientNotification
This event is to be used by back-end components to forward telemetry requests to a client. These objects must be passed along with the J.Notification event type.
  • Constructor Details

    • TelemetryNotification

      public TelemetryNotification(String eventName, Map<String,String> properties)
      Parameters:
      eventName - mandatory event name, cannot be null or empty
      properties - optional event properties (key-value pairs)
  • Method Details

    • getEventName

      public String getEventName()
      Get the telemetry event name.
      Returns:
      the event name
    • getProperties

      public Map<String,String> getProperties()
      Get the telemetry properties.
      Returns:
      the mutable map of event properties