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, org.apache.activemq.command.Response response)
-
-
-
Method Detail
-
onResponse
void onResponse(MQTTProtocolConverter converter, org.apache.activemq.command.Response response) throws IOException
- Throws:
IOException
-
-