protected static class RabbitRpcClient.RabbitRpcRequest extends com.google.common.util.concurrent.AbstractFuture<byte[]> implements Future<byte[]>
AbstractFuture class that waits for the
response which is set by the setResponse(byte[] response).| Modifier | Constructor and Description |
|---|---|
protected |
RabbitRpcRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setResponse(byte[] response)
Calls the internal set method of the
AbstractFuture class. |
addListener, cancel, get, get, interruptTask, isCancelled, isDone, set, setException, wasInterruptedCopyright © 2017–2018. All rights reserved.