public interface ResponseHandler
Modifier and Type | Method and Description |
---|---|
void |
onResponse(AmqpProtocolConverter converter,
org.apache.activemq.command.Response response)
Called when the Broker has handled a previously issued request and
has a response ready.
|
void onResponse(AmqpProtocolConverter converter, org.apache.activemq.command.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–2017 FuseSource, Corp.. All rights reserved.