Uses of Interface
org.redisson.remote.RRemoteServiceResponse
-
Packages that use RRemoteServiceResponse Package Description org.redisson org.redisson.executor org.redisson.remote -
-
Uses of RRemoteServiceResponse in org.redisson
Method parameters in org.redisson with type arguments of type RRemoteServiceResponse Modifier and Type Method Description protected <T> voidRedissonRemoteService. invokeMethod(RemoteServiceRequest request, RemoteServiceMethod method, RFuture<RemoteServiceCancelRequest> cancelRequestFuture, RPromise<RRemoteServiceResponse> responsePromise) -
Uses of RRemoteServiceResponse in org.redisson.executor
Method parameters in org.redisson.executor with type arguments of type RRemoteServiceResponse Modifier and Type Method Description protected <T> voidRedissonExecutorRemoteService. invokeMethod(RemoteServiceRequest request, RemoteServiceMethod method, RFuture<RemoteServiceCancelRequest> cancelRequestFuture, RPromise<RRemoteServiceResponse> responsePromise) -
Uses of RRemoteServiceResponse in org.redisson.remote
Classes in org.redisson.remote that implement RRemoteServiceResponse Modifier and Type Class Description classRemoteServiceAckWorker sends this message when it has received aRemoteServiceRequest.classRemoteServiceCancelResponseclassRemoteServiceResponseMethods in org.redisson.remote with type parameters of type RRemoteServiceResponse Modifier and Type Method Description <T extends RRemoteServiceResponse>
RPromise<T>ResponseEntry.Result. getPromise()protected <T extends RRemoteServiceResponse>
RPromise<T>BaseRemoteProxy. pollResponse(long timeout, RequestId requestId, boolean insertFirst)Method parameters in org.redisson.remote with type arguments of type RRemoteServiceResponse Modifier and Type Method Description protected voidAsyncRemoteProxy. awaitResultAsync(RemoteInvocationOptions optionsCopy, RemotePromise<Object> result, RFuture<RRemoteServiceResponse> responseFuture)Constructor parameters in org.redisson.remote with type arguments of type RRemoteServiceResponse Constructor Description Result(RPromise<? extends RRemoteServiceResponse> promise, ScheduledFuture<?> responseTimeoutFuture)
-