Uses of Class
org.eclipse.hono.adapter.mqtt.MqttProtocolAdapterProperties
-
Packages that use MqttProtocolAdapterProperties Package Description org.eclipse.hono.adapter.mqtt org.eclipse.hono.adapter.mqtt.impl -
-
Uses of MqttProtocolAdapterProperties in org.eclipse.hono.adapter.mqtt
Classes in org.eclipse.hono.adapter.mqtt with type parameters of type MqttProtocolAdapterProperties Modifier and Type Class Description classAbstractVertxBasedMqttProtocolAdapter<T extends MqttProtocolAdapterProperties>A base class for implementing Vert.x based Hono protocol adapters for publishing events & telemetry data using MQTT. -
Uses of MqttProtocolAdapterProperties in org.eclipse.hono.adapter.mqtt.impl
Constructors in org.eclipse.hono.adapter.mqtt.impl with parameters of type MqttProtocolAdapterProperties Constructor Description HttpBasedMessageMapping(io.vertx.ext.web.client.WebClient webClient, MqttProtocolAdapterProperties protocolAdapterConfig)Creates a new service for a web client and configuration properties.
-