Package org.eclipse.hono.adapter.mqtt
Interface Subscription.Key
-
- Enclosing interface:
- Subscription
public static interface Subscription.KeyThe key to identify a subscription.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeviceId()Gets the device id from topic or authentication.StringgetTenant()Gets the tenant from topic or authentication.
-