Uses of Class
org.redisson.remote.RemoteServiceCancelRequest
-
Packages that use RemoteServiceCancelRequest Package Description org.redisson org.redisson.executor -
-
Uses of RemoteServiceCancelRequest in org.redisson
Method parameters in org.redisson with type arguments of type RemoteServiceCancelRequest Modifier and Type Method Description protected <T> void
RedissonRemoteService. invokeMethod(RemoteServiceRequest request, RemoteServiceMethod method, RFuture<RemoteServiceCancelRequest> cancelRequestFuture, RPromise<RRemoteServiceResponse> responsePromise)
-
Uses of RemoteServiceCancelRequest in org.redisson.executor
Method parameters in org.redisson.executor with type arguments of type RemoteServiceCancelRequest Modifier and Type Method Description protected <T> void
RedissonExecutorRemoteService. invokeMethod(RemoteServiceRequest request, RemoteServiceMethod method, RFuture<RemoteServiceCancelRequest> cancelRequestFuture, RPromise<RRemoteServiceResponse> responsePromise)
-