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