org.apache.qpid.client.util
Interface FlowControllingBlockingQueue.ThresholdListener

Enclosing class:
FlowControllingBlockingQueue

public static interface FlowControllingBlockingQueue.ThresholdListener


Method Summary
 void aboveThreshold(int currentValue)
           
 void underThreshold(int currentValue)
           
 

Method Detail

aboveThreshold

void aboveThreshold(int currentValue)

underThreshold

void underThreshold(int currentValue)


Licensed to the Apache Software Foundation