Java com.rabbitmq.utility BlockingCell fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.utility BlockingCell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.utility BlockingCell.

The text is from its open source code.

Constructor

BlockingCell()
Instantiate a new BlockingCell waiting for a value of the specified type.

Method

TuninterruptibleGet()
As get(), but catches and ignores InterruptedException, retrying until a value appears.
TuninterruptibleGet(int timeout)
As get(long timeout), but catches and ignores InterruptedException, retrying until a value appears or until specified timeout is reached.