public class

TelemetryNotification

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

Class Overview

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 Notification event type.

Summary

Public Constructors
TelemetryNotification(String eventName, Map<String, String> properties)
Public Methods
String getEventName()
Map<String, String> getProperties()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.events.ClientNotification
From class java.lang.Object

Public Constructors

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)

Public Methods

public String getEventName ()

public Map<String, String> getProperties ()