Interface ResponseHandler
-
public interface ResponseHandler
Interface used by the MQTTProtocolConverter for callbacks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResponse(MQTTProtocolConverter converter, Response response)
-
-
-
Method Detail
-
onResponse
void onResponse(MQTTProtocolConverter converter, Response response) throws IOException
- Throws:
IOException
-
-