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