Uses of Class
com.azure.messaging.eventgrid.systemevents.EventGridMqttClientDeletedEventData
Packages that use EventGridMqttClientDeletedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of EventGridMqttClientDeletedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return EventGridMqttClientDeletedEventDataModifier and TypeMethodDescriptionEventGridMqttClientDeletedEventData.setClientAuthenticationName(String clientAuthenticationName) Set the clientAuthenticationName property: Unique identifier for the MQTT client that the client presents to the service for authentication.EventGridMqttClientDeletedEventData.setClientName(String clientName) Set the clientName property: Name of the client resource in the Event Grid namespace.EventGridMqttClientDeletedEventData.setNamespaceName(String namespaceName) Set the namespaceName property: Name of the Event Grid namespace where the MQTT client was created or updated.