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
[Expand]
Inherited Methods |
From class
com.pnfsoftware.jeb.core.events.ClientNotification
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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
()