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