Uses of Interface
org.eclipse.hono.adapter.mqtt.Subscription.Key
-
Packages that use Subscription.Key Package Description org.eclipse.hono.adapter.mqtt -
-
Uses of Subscription.Key in org.eclipse.hono.adapter.mqtt
Methods in org.eclipse.hono.adapter.mqtt that return Subscription.Key Modifier and Type Method Description Subscription.KeyCommandSubscription. getKey()Gets the key to identify a subscription in the list of subscriptions of an MQTT Endpoint.static Subscription.KeyCommandSubscription. getKey(String topic, org.eclipse.hono.auth.Device authenticatedDevice)Get the key to identify a command subscription in the list of command subscriptions of an MQTT Endpoint.Subscription.KeyErrorSubscription. getKey()static Subscription.KeyErrorSubscription. getKey(String tenantId, String deviceId)Gets the key to identify a subscription in the list of subscriptions of an MQTT Endpoint.static Subscription.KeyErrorSubscription. getKey(String topic, org.eclipse.hono.auth.Device authenticatedDevice)Gets the key to identify an error subscription in the list of error subscriptions of an MQTT Endpoint.Subscription.KeySubscription. getKey()Gets the key to identify a subscription in the list of (same-type) subscriptions of an MQTT Endpoint.
-