public class RxProxyBuilder extends Object
| Constructor and Description |
|---|
RxProxyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
create(CommandRxExecutor commandExecutor,
Object instance,
Class<T> clazz) |
static <T> T |
create(CommandRxExecutor commandExecutor,
Object instance,
Object implementation,
Class<T> clazz) |
public static <T> T create(CommandRxExecutor commandExecutor, Object instance, Class<T> clazz)
public static <T> T create(CommandRxExecutor commandExecutor, Object instance, Object implementation, Class<T> clazz)
Copyright © 2014–2021 Redisson. All rights reserved.