Uses of Interface
org.redisson.rx.CommandRxExecutor
-
Packages that use CommandRxExecutor Package Description org.redisson org.redisson.rx -
-
Uses of CommandRxExecutor in org.redisson
Fields in org.redisson declared as CommandRxExecutor Modifier and Type Field Description protected CommandRxExecutor
RedissonRx. commandExecutor
Methods in org.redisson that return CommandRxExecutor Modifier and Type Method Description CommandRxExecutor
RedissonRx. getCommandExecutor()
-
Uses of CommandRxExecutor in org.redisson.rx
Classes in org.redisson.rx that implement CommandRxExecutor Modifier and Type Class Description class
CommandRxBatchService
class
CommandRxService
Methods in org.redisson.rx with parameters of type CommandRxExecutor Modifier and Type Method Description static <T> T
RxProxyBuilder. create(CommandRxExecutor commandExecutor, Object instance, Class<T> clazz)
static <T> T
RxProxyBuilder. create(CommandRxExecutor commandExecutor, Object instance, Object implementation, Class<T> clazz)
-