Reactive gRPC is a suite of libraries for using gRPC with reactive programming libraries. Using a protocol buffers compiler plugin, Reactive gRPC generates alternative gRPC bindings for each reactive technology.
Reactive gRPC supports the following reactive programming models:
- RxJava 2
- Spring Reactor
- (Eventually) Java9 Flow
See the readme in each technology-specific sub-directory for usage details.