Uses of Class
org.redisson.remote.RemoteServiceMethod
Packages that use RemoteServiceMethod
-
Uses of RemoteServiceMethod in org.redisson
Methods in org.redisson with parameters of type RemoteServiceMethodModifier and TypeMethodDescriptionprotected <T> voidRedissonRemoteService.invokeMethod(RemoteServiceRequest request, RemoteServiceMethod method, CompletableFuture<RemoteServiceCancelRequest> cancelRequestFuture, CompletableFuture<RRemoteServiceResponse> responsePromise) -
Uses of RemoteServiceMethod in org.redisson.executor
Methods in org.redisson.executor with parameters of type RemoteServiceMethodModifier and TypeMethodDescriptionprotected <T> voidRedissonExecutorRemoteService.invokeMethod(RemoteServiceRequest request, RemoteServiceMethod method, CompletableFuture<RemoteServiceCancelRequest> cancelRequestFuture, CompletableFuture<RRemoteServiceResponse> responsePromise)