Spring AMQP

org.springframework.amqp.rabbit.connection
Interface ChannelListener

All Known Implementing Classes:
CompositeChannelListener

public interface ChannelListener

Author:
Dave Syer

Method Summary
 void onCreate(com.rabbitmq.client.Channel channel, boolean transactional)
           
 

Method Detail

onCreate

void onCreate(com.rabbitmq.client.Channel channel,
              boolean transactional)

Spring AMQP

Copyright © 2011. All Rights Reserved.