| Interface | Description |
|---|---|
| BiConsumer<T,U> |
Java6 compatibility.
|
| Consumer<T> |
Java6 compatibility.
|
| Function<T,R> |
Java6 compatibility.
|
| FusionModeAwareSubscription |
This is interfaces which allows to access to fussed mode.
|
| Class | Description |
|---|---|
| AbstractClientStreamObserverAndPublisher<T> |
The gRPC client-side implementation of
AbstractStreamObserverAndPublisher. |
| AbstractServerStreamObserverAndPublisher<T> |
The gRPC server-side implementation of
AbstractStreamObserverAndPublisher. |
| AbstractStreamObserverAndPublisher<T> |
AbstractStreamObserverAndPublisher bridges the manual flow control idioms of
gRPC and Reactive Streams. |
| AbstractSubscriberAndClientProducer<T> |
The gRPC client-side implementation of
AbstractSubscriberAndProducer. |
| AbstractSubscriberAndProducer<T> |
ReactivePublisherBackpressureOnReadyHandler bridges the manual flow control idioms of Reactive Streams and gRPC.
|
| AbstractSubscriberAndServerProducer<T> |
The gRPC server-side implementation of
AbstractSubscriberAndProducer. |
| AbstractUnimplementedQueue<T> |
AbstractUnimplementedQueue provides a base class for implementing reactive operation fusion queues in a
framework agnostic way. |
Copyright © 2021. All rights reserved.