Uses of Interface
org.redisson.remote.RRemoteServiceResponse
-
Uses of RRemoteServiceResponse in org.redisson.remote
Modifier and TypeClassDescriptionclass
Worker sends this message when it has received aRemoteServiceRequest
.class
class
Modifier and TypeMethodDescription<T extends RRemoteServiceResponse>
CompletableFuture<T>ResponseEntry.Result.getPromise()
protected final <T extends RRemoteServiceResponse>
CompletableFuture<T>BaseRemoteProxy.pollResponse
(long timeout, String requestId, boolean insertFirst) Modifier and TypeMethodDescriptionprotected void
AsyncRemoteProxy.awaitResultAsync
(RemoteInvocationOptions optionsCopy, RemotePromise<Object> result, CompletionStage<RRemoteServiceResponse> responseFuture) ModifierConstructorDescriptionResult
(CompletableFuture<? extends RRemoteServiceResponse> promise, ScheduledFuture<?> responseTimeoutFuture)