@Target(value=TYPE) @Retention(value=RUNTIME) public @interface RRemoteAsync
All method signatures must match with remote service interface,
but return type must be io.netty.util.concurrent.Future
.
It's not necessary to add all methods from remote service. Add only those which are needed.
public abstract Class<?> value
Copyright © 2014–2017 The Redisson Project. All rights reserved.