|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelProxy
Subinterface of Channel
to be implemented by
Channel proxies. Allows access to the underlying target Channel
CachingConnectionFactory
Method Summary | |
---|---|
com.rabbitmq.client.Channel |
getTargetChannel()
Return the target Channel of this proxy. |
Methods inherited from interface com.rabbitmq.client.Channel |
---|
abort, abort, asyncRpc, basicAck, basicCancel, basicConsume, basicConsume, basicConsume, basicConsume, basicGet, basicNack, basicPublish, basicPublish, basicQos, basicQos, basicRecover, basicRecover, basicRecoverAsync, basicReject, close, close, confirmSelect, exchangeBind, exchangeBind, exchangeDeclare, exchangeDeclare, exchangeDeclare, exchangeDeclare, exchangeDeclarePassive, exchangeDelete, exchangeDelete, exchangeUnbind, exchangeUnbind, flow, getChannelNumber, getConfirmListener, getConnection, getDefaultConsumer, getFlow, getFlowListener, getNextPublishSeqNo, getReturnListener, queueBind, queueBind, queueDeclare, queueDeclare, queueDeclarePassive, queueDelete, queueDelete, queuePurge, queueUnbind, queueUnbind, rpc, setConfirmListener, setDefaultConsumer, setFlowListener, setReturnListener, txCommit, txRollback, txSelect |
Methods inherited from interface com.rabbitmq.client.ShutdownNotifier |
---|
addShutdownListener, getCloseReason, isOpen, notifyListeners, removeShutdownListener |
Method Detail |
---|
com.rabbitmq.client.Channel getTargetChannel()
This will typically be the native provider Channel
null
)
|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |