# Class: com.pnfsoftware.jeb.core.events.TelemetryNotification

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](J#Notification) event type.

## Constructor: TelemetryNotification
- parameter: `eventName`, type: `java.lang.String`
- parameter: `properties`, type: `java.util.Map<java.lang.String,java.lang.String>`

Description: 
parameter: eventName: mandatory event name, cannot be null or empty
parameter: properties: optional event properties \(key\-value pairs\)

## Method: getEventName
- return type: `java.lang.String`

Description: Get the telemetry event name.
return: the event name

## Method: getProperties
- return type: `java.util.Map<java.lang.String,java.lang.String>`

Description: Get the telemetry properties.
return: the mutable map of event properties

