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>
RPromise<T>pollResponse(long timeout, RequestId requestId, boolean insertFirst)protected RFuture<RemoteServiceAck>tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, RequestId requestId)
-
-
-
Method Detail
-
tryPollAckAgainAsync
protected RFuture<RemoteServiceAck> tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, RequestId requestId)
-
pollResponse
protected final <T extends RRemoteServiceResponse> RPromise<T> pollResponse(long timeout, RequestId requestId, boolean insertFirst)
-
-