List of usage examples for com.rabbitmq.utility BlockingCell uninterruptibleGet
public synchronized T uninterruptibleGet()
From source file:net.lshift.accent.ControlledConnectionProxy.java
License:Mozilla Public License
private void waitAndLogException(BlockingCell<Exception> bc) { reportAndLogNonNullException(bc.uninterruptibleGet()); }