Package org.redisson.remote
Class RxRemoteProxy
- java.lang.Object
-
- org.redisson.remote.BaseRemoteProxy
-
- org.redisson.remote.AsyncRemoteProxy
-
- org.redisson.remote.RxRemoteProxy
-
public class RxRemoteProxy extends AsyncRemoteProxy
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.remote.AsyncRemoteProxy
cancelRequestMapName
-
-
Constructor Summary
Constructors Constructor Description RxRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
convertResult(RemotePromise<Object> result, Class<?> returnType)
protected List<Class<?>>
permittedClasses()
-
Methods inherited from class org.redisson.remote.AsyncRemoteProxy
awaitResultAsync, create
-
Methods inherited from class org.redisson.remote.BaseRemoteProxy
getRequestQueueName, pollResponse, tryPollAckAgainAsync
-
-
-
-
Constructor Detail
-
RxRemoteProxy
public RxRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)
-
-
Method Detail
-
permittedClasses
protected List<Class<?>> permittedClasses()
- Overrides:
permittedClasses
in classAsyncRemoteProxy
-
convertResult
protected Object convertResult(RemotePromise<Object> result, Class<?> returnType)
- Overrides:
convertResult
in classAsyncRemoteProxy
-
-