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