public class RxRemoteProxy extends AsyncRemoteProxy
cancelRequestMapName| Constructor and Description |
|---|
RxRemoteProxy(CommandAsyncExecutor commandExecutor,
String name,
String responseQueueName,
ConcurrentMap<String,ResponseEntry> responses,
Codec codec,
String executorId,
String cancelRequestMapName,
BaseRemoteService remoteService) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convertResult(RemotePromise<Object> result,
Class<?> returnType) |
protected List<Class<?>> |
permittedClasses() |
awaitResultAsync, creategetRequestQueueName, pollResponse, tryPollAckAgainAsyncpublic RxRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)
protected List<Class<?>> permittedClasses()
permittedClasses in class AsyncRemoteProxyprotected Object convertResult(RemotePromise<Object> result, Class<?> returnType)
convertResult in class AsyncRemoteProxyCopyright © 2014–2021 Redisson. All rights reserved.