com.rabbitmq.client
Interface FlowListener


public interface FlowListener

Implement this interface in order to be notified of Channel.Flow events.


Method Summary
 void handleFlow(boolean active)
           
 

Method Detail

handleFlow

void handleFlow(boolean active)
                throws java.io.IOException
Throws:
java.io.IOException