Broker Listener Properties Response
data class BrokerListenerPropertiesResponse(val ports: List<ListenerPortResponse>, val provisioningState: String, val serviceName: String? = null, val serviceType: String? = null)
Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients.
Constructors
Link copied to clipboard
constructor(ports: List<ListenerPortResponse>, provisioningState: String, serviceName: String? = null, serviceType: String? = null)