Package com.rabbitmq.utility

Utility package of helper classes, mostly used in the implementation code.

See:
          Description

Class Summary
BlockingCell<T> Simple one-shot IPC mechanism.
BlockingValueOrException<V,E extends Throwable>  
SingleShotLinearTimer This class provides a very stripped-down clone of some of the functionality in java.util.Timer (notably Timer.schedule(TimerTask task, long delay) but uses System.nanoTime() rather than System.currentTimeMillis() as a measure of the underlying time, and thus behaves correctly if the system clock jumps around.
Utility Catch-all holder class for static helper methods.
ValueOrException<V,E extends Throwable>  
 

Package com.rabbitmq.utility Description

Utility package of helper classes, mostly used in the implementation code.