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