|
Change Variable Type future : Future<Long> to future : Future<List<?>> in method public operationComplete(future Future<RemoteServiceRequest>) : void in class org.redisson.RedissonRemoteService.subscribe.addListener |
From |
To |
|
Change Variable Type ackClientsFuture : Future<Long> to ackClientsFuture : Future<List<?>> in method private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type future : Future<Long> to future : Future<RemoteServiceRequest> in method private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type future : Future<Long> to future : Future<List<?>> in method private invokeMethod(request RemoteServiceRequest, method RemoteServiceMethod, responseName String) : void in class org.redisson.RedissonRemoteService |
From |
To |