Uses of Class
org.redisson.remote.BaseRemoteService
-
Packages that use BaseRemoteService Package Description org.redisson org.redisson.executor org.redisson.remote -
-
Uses of BaseRemoteService in org.redisson
Subclasses of BaseRemoteService in org.redisson Modifier and Type Class Description class
RedissonRemoteService
-
Uses of BaseRemoteService in org.redisson.executor
Subclasses of BaseRemoteService in org.redisson.executor Modifier and Type Class Description class
RedissonExecutorRemoteService
class
ScheduledTasksService
class
TasksBatchService
class
TasksService
-
Uses of BaseRemoteService in org.redisson.remote
Constructors in org.redisson.remote with parameters of type BaseRemoteService Constructor Description AsyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)
ReactiveRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)
RxRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)
SyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, BaseRemoteService remoteService)
-