Package org.redisson.remote
Class BaseRemoteProxy
- java.lang.Object
-
- org.redisson.remote.BaseRemoteProxy
-
- Direct Known Subclasses:
AsyncRemoteProxy,SyncRemoteProxy
public abstract class BaseRemoteProxy extends Object
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestQueueName(Class<?> remoteInterface)protected <T extends RRemoteServiceResponse>
CompletableFuture<T>pollResponse(long timeout, RequestId requestId, boolean insertFirst)protected CompletionStage<RemoteServiceAck>tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, RequestId requestId)
-
-
-
Method Detail
-
tryPollAckAgainAsync
protected CompletionStage<RemoteServiceAck> tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, RequestId requestId)
-
pollResponse
protected final <T extends RRemoteServiceResponse> CompletableFuture<T> pollResponse(long timeout, RequestId requestId, boolean insertFirst)
-
-