TODO added

pull/1888/head
Nikita Koksharov 6 years ago
parent 3661431674
commit fd89405517

@ -30,6 +30,9 @@ import reactor.fn.Supplier;
* @author Nikita Koksharov
*
*/
//TODO refactor to common object and MethodHandles
//MethodHandle mh = MethodHandles.lookup().findVirtual(implementation.getClass(), method.getName(),
// MethodType.methodType(method.getReturnType(), method.getParameterTypes()));
public class ReactiveProxyBuilder {
private static class CacheKey {

@ -29,6 +29,9 @@ import org.redisson.api.RFuture;
* @author Nikita Koksharov
*
*/
//TODO refactor to common object and MethodHandles
//MethodHandle mh = MethodHandles.lookup().findVirtual(implementation.getClass(), method.getName(),
// MethodType.methodType(method.getReturnType(), method.getParameterTypes()));
public class RxProxyBuilder {
private static class CacheKey {

Loading…
Cancel
Save