Package org.redisson.remote
Class SyncRemoteProxy
- java.lang.Object
-
- org.redisson.remote.BaseRemoteProxy
-
- org.redisson.remote.SyncRemoteProxy
-
public class SyncRemoteProxy extends BaseRemoteProxy
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description SyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, BaseRemoteService remoteService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
create(Class<T> remoteInterface, RemoteInvocationOptions options)
-
Methods inherited from class org.redisson.remote.BaseRemoteProxy
getRequestQueueName, pollResponse, tryPollAckAgainAsync
-
-
-
-
Constructor Detail
-
SyncRemoteProxy
public SyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, BaseRemoteService remoteService)
-
-
Method Detail
-
create
public <T> T create(Class<T> remoteInterface, RemoteInvocationOptions options)
-
-