Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
paho(java) を使用して独自の MQTT クライアントを構築します。メッセージが配信されたときに同じアクションを実行したいので、メソッドを実装MqttCallBackして使用したいのですが、メッセージが配信されたらinをに設定する必要があることがdeliveryCompleteわかりました。.MqttMessageMqttDeliveryTokennull
MqttCallBack
deliveryComplete
MqttMessage
MqttDeliveryToken
null
私の質問は、どのメッセージが送信されたかを判断する方法があるということです。
参照: http://dev.eclipse.org/mhonarc/lists/paho-dev/msg00099.html