Example usage for Java com.rabbitmq.utility BlockingCell fields, constructors, methods, implement or subclass
The text is from its open source code.
BlockingCell() Instantiate a new BlockingCell waiting for a value of the specified type. |
T | uninterruptibleGet() As get(), but catches and ignores InterruptedException, retrying until a value appears. |
T | uninterruptibleGet(int timeout) As get(long timeout), but catches and ignores InterruptedException, retrying until a value appears or until specified timeout is reached. |