Interface Subscription.Key

  • Enclosing interface:
    Subscription

    public static interface Subscription.Key
    The key to identify a subscription.
    • Method Detail

      • getTenant

        String getTenant()
        Gets the tenant from topic or authentication.
        Returns:
        The tenant (never null).
      • getDeviceId

        String getDeviceId()
        Gets the device id from topic or authentication.
        Returns:
        The device id (never null).