Uses of Class
org.eclipse.hono.adapter.mqtt.ErrorSubscription
-
Packages that use ErrorSubscription Package Description org.eclipse.hono.adapter.mqtt -
-
Uses of ErrorSubscription in org.eclipse.hono.adapter.mqtt
Methods in org.eclipse.hono.adapter.mqtt that return ErrorSubscription Modifier and Type Method Description static ErrorSubscriptionErrorSubscription. fromTopic(io.vertx.mqtt.MqttTopicSubscription mqttTopicSub, org.eclipse.hono.auth.Device authenticatedDevice)Creates a error subscription object for the given topic.static ErrorSubscriptionErrorSubscription. fromTopic(String topic, io.netty.handler.codec.mqtt.MqttQoS qos, org.eclipse.hono.auth.Device authenticatedDevice)Creates a error subscription object for the given topic.Methods in org.eclipse.hono.adapter.mqtt with parameters of type ErrorSubscription Modifier and Type Method Description protected io.vertx.core.Future<Void>AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint. publishError(ErrorSubscription subscription, MqttContext context, Throwable error, io.opentracing.SpanContext spanContext)Publishes an error message to the device.
-