Future<byte[]>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 | Description |
|---|---|---|
protected |
RabbitRpcRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setResponse(byte[] response) |
Calls the internal set method of the
AbstractFuture class. |
Copyright © 2017. All rights reserved.