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 CommandRxExecutorRedissonRx. commandExecutorMethods in org.redisson that return CommandRxExecutor Modifier and Type Method Description CommandRxExecutorRedissonRx. getCommandExecutor() -
Uses of CommandRxExecutor in org.redisson.rx
Classes in org.redisson.rx that implement CommandRxExecutor Modifier and Type Class Description classCommandRxBatchServiceclassCommandRxServiceMethods in org.redisson.rx with parameters of type CommandRxExecutor Modifier and Type Method Description static <T> TRxProxyBuilder. create(CommandRxExecutor commandExecutor, Object instance, Class<T> clazz)static <T> TRxProxyBuilder. create(CommandRxExecutor commandExecutor, Object instance, Object implementation, Class<T> clazz)
-