@Target(value=TYPE) @Retention(value=RUNTIME) public @interface RRemoteAsync
All method signatures must match with remote service interface,
but return type must be org.redisson.api.RFuture.
It's not necessary to add all methods from remote service. Add only those which are needed.
RFuturepublic abstract Class<?> value
Copyright © 2014–2020 Redisson. All rights reserved.