Uses of Interface
org.apache.activemq.transport.amqp.ResponseHandler
-
Packages that use ResponseHandler Package Description org.apache.activemq.transport.amqp.protocol -
-
Uses of ResponseHandler in org.apache.activemq.transport.amqp.protocol
Methods in org.apache.activemq.transport.amqp.protocol with parameters of type ResponseHandler Modifier and Type Method Description protected void
AmqpAbstractLink. sendToActiveMQ(Command command, ResponseHandler handler)
Shortcut method to hand off an ActiveMQ Command to the broker and assign a ResponseHandler to deal with any reply from the broker.
-