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