Spring AMQP

org.springframework.amqp.rabbit.connection
Interface ChannelProxy

All Superinterfaces:
com.rabbitmq.client.Channel, com.rabbitmq.client.ShutdownNotifier

public interface ChannelProxy
extends com.rabbitmq.client.Channel

Subinterface of Channel to be implemented by Channel proxies. Allows access to the underlying target Channel

Author:
Mark Pollack
See Also:
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

getTargetChannel

com.rabbitmq.client.Channel getTargetChannel()
Return the target Channel of this proxy.

This will typically be the native provider Channel

Returns:
the underlying Channel (never null)

Spring AMQP

Copyright © 2011. All Rights Reserved.