Package com.rabbitmq.client
Interface FlowListener
-
public interface FlowListener
Deprecated.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 void
handleFlow(boolean active)
Deprecated.
-
-
-
Method Detail
-
handleFlow
void handleFlow(boolean active) throws IOException
Deprecated.- Throws:
IOException
-
-