Uses of Class
com.azure.messaging.eventgrid.systemevents.EventGridMqttClientSessionConnectedEventData
Packages that use EventGridMqttClientSessionConnectedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of EventGridMqttClientSessionConnectedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return EventGridMqttClientSessionConnectedEventDataModifier and TypeMethodDescriptionEventGridMqttClientSessionConnectedEventData.setClientAuthenticationName(String clientAuthenticationName) Set the clientAuthenticationName property: Unique identifier for the MQTT client that the client presents to the service for authentication.EventGridMqttClientSessionConnectedEventData.setClientName(String clientName) Set the clientName property: Name of the client resource in the Event Grid namespace.EventGridMqttClientSessionConnectedEventData.setClientSessionName(String clientSessionName) Set the clientSessionName property: Unique identifier for the MQTT client's session.EventGridMqttClientSessionConnectedEventData.setNamespaceName(String namespaceName) Set the namespaceName property: Name of the Event Grid namespace where the MQTT client was created or updated.EventGridMqttClientSessionConnectedEventData.setSequenceNumber(Long sequenceNumber) Set the sequenceNumber property: A number that helps indicate order of MQTT client session connected or disconnected events.