Uses of Class
com.azure.messaging.eventgrid.systemevents.EventGridMqttClientEventData
Packages that use EventGridMqttClientEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of EventGridMqttClientEventData in com.azure.messaging.eventgrid.systemevents
Subclasses of EventGridMqttClientEventData in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classEvent data for Microsoft.EventGrid.MQTTClientCreatedOrUpdated event.final classEvent data for Microsoft.EventGrid.MQTTClientDeleted event.final classEvent data for Microsoft.EventGrid.MQTTClientSessionConnected event.final classEvent data for Microsoft.EventGrid.MQTTClientSessionDisconnected event.Methods in com.azure.messaging.eventgrid.systemevents that return EventGridMqttClientEventDataModifier and TypeMethodDescriptionEventGridMqttClientEventData.setClientAuthenticationName(String clientAuthenticationName) Set the clientAuthenticationName property: Unique identifier for the MQTT client that the client presents to the service for authentication.EventGridMqttClientEventData.setClientName(String clientName) Set the clientName property: Name of the client resource in the Event Grid namespace.EventGridMqttClientEventData.setNamespaceName(String namespaceName) Set the namespaceName property: Name of the Event Grid namespace where the MQTT client was created or updated.