Package com.rabbitmq.client
Interface FlowListener
-
public interface FlowListenerDeprecated.Implement this interface in order to be notified of Channel.Flow events. Deprecated, superseded by TCP back pressure. Will be removed in next major release.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidhandleFlow(boolean active)Deprecated.
-
-
-
Method Detail
-
handleFlow
void handleFlow(boolean active) throws IOExceptionDeprecated.- Throws:
IOException
-
-