Class UnsubscribePacket

    • Method Detail

      • getSubscriptions

        public List<String> getSubscriptions()
        Returns a list of subscriptions that the client wishes to unsubscribe from.
        Returns:
        List of subscriptions that the client wishes to unsubscribe from.
      • getUserProperties

        public List<UserProperty> getUserProperties()
        Returns a list of MQTT5 user properties included with the packet. See MQTT5 User Property
        Returns:
        List of MQTT5 user properties included with the packet.