public interface IAmqpProtocolConverter
| Modifier and Type | Method and Description |
|---|---|
void |
onActiveMQCommand(org.apache.activemq.command.Command command) |
void |
onAMQPData(Object command) |
void |
onAMQPException(IOException error) |
void |
setPrefetch(int prefetch) |
void |
setProducerCredit(int producerCredit) |
void |
updateTracer() |
void onAMQPData(Object command) throws Exception
Exceptionvoid onAMQPException(IOException error)
void onActiveMQCommand(org.apache.activemq.command.Command command) throws Exception
Exceptionvoid updateTracer()
void setPrefetch(int prefetch)
void setProducerCredit(int producerCredit)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.