Package org.redisson.remote
Class BaseRemoteProxy
java.lang.Object
org.redisson.remote.BaseRemoteProxy
- Direct Known Subclasses:
AsyncRemoteProxy
,SyncRemoteProxy
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptiongetRequestQueueName
(Class<?> remoteInterface) protected final <T extends RRemoteServiceResponse>
CompletableFuture<T>pollResponse
(long timeout, String requestId, boolean insertFirst) protected CompletionStage<RemoteServiceAck>
tryPollAckAgainAsync
(RemoteInvocationOptions optionsCopy, String ackName, String requestId)
-
Method Details
-
getRequestQueueName
-
tryPollAckAgainAsync
protected CompletionStage<RemoteServiceAck> tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, String requestId) -
pollResponse
protected final <T extends RRemoteServiceResponse> CompletableFuture<T> pollResponse(long timeout, String requestId, boolean insertFirst)
-