Package org.redisson.api.annotation
Annotation Interface RRemoteReactive
Annotation used to mark interface as Reactive
client interface for remote service interface.
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.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueRemote interface class used to register- Returns:
- class used to register
-