Uses of Class
org.eclipse.hono.adapter.mqtt.CommandSubscription
-
Packages that use CommandSubscription Package Description org.eclipse.hono.adapter.mqtt -
-
Uses of CommandSubscription in org.eclipse.hono.adapter.mqtt
Methods in org.eclipse.hono.adapter.mqtt that return CommandSubscription Modifier and Type Method Description static CommandSubscriptionCommandSubscription. fromTopic(io.vertx.mqtt.MqttTopicSubscription mqttTopicSub, org.eclipse.hono.auth.Device authenticatedDevice)Creates a command subscription object for the given topic.static CommandSubscriptionCommandSubscription. fromTopic(String topic, io.netty.handler.codec.mqtt.MqttQoS qos, org.eclipse.hono.auth.Device authenticatedDevice)Creates a command subscription object for the given topic.Methods in org.eclipse.hono.adapter.mqtt with parameters of type CommandSubscription Modifier and Type Method Description protected voidAbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint. onCommandReceived(org.eclipse.hono.util.TenantObject tenantObject, CommandSubscription subscription, org.eclipse.hono.client.command.CommandContext commandContext)Called for a command to be delivered to a device.
-