public interface ResponseHandler
Modifier and Type | Method and Description |
---|---|
void |
onResponse(AmqpProtocolConverter converter,
Response response)
Called when the Broker has handled a previously issued request and
has a response ready.
|
void onResponse(AmqpProtocolConverter converter, Response response) throws IOException
converter
- the protocol converter that is awaiting the response.response
- the response from the broker.IOException
- if an error occurs while processing the response.Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.