| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.remote |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseRemoteService.awaitResultAsync(RemoteInvocationOptions optionsCopy,
RemotePromise<Object> result,
RFuture<RRemoteServiceResponse> responseFuture) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteServiceAck
Worker sends this message when it has received a
RemoteServiceRequest. |
class |
RemoteServiceCancelResponse |
class |
RemoteServiceResponse |
| Modifier and Type | Method and Description |
|---|---|
<T extends RRemoteServiceResponse> |
ResponseEntry.Result.getPromise() |
| Constructor and Description |
|---|
Result(RPromise<? extends RRemoteServiceResponse> promise,
ScheduledFuture<?> scheduledFuture) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.