Package | Description |
---|---|
io.grpc.stub |
API for the Stub layer.
|
Class | Description |
---|---|
AbstractStub |
Common base type for stub implementations.
|
CallStreamObserver |
A refinement of StreamObserver provided by the GRPC runtime to the application that allows for
more complex interactions with call behavior.
|
ClientCallStreamObserver |
A refinement of
CallStreamObserver that allows for lower-level interaction with
client calls. |
ServerCalls.BidiStreamingMethod |
Adaptor to a bidirectional streaming method.
|
ServerCalls.ClientStreamingMethod |
Adaptor to a client streaming method.
|
ServerCalls.ServerStreamingMethod |
Adaptor to a server streaming method.
|
ServerCalls.UnaryMethod |
Adaptor to a unary call method.
|
StreamObserver |
Receives notifications from an observable stream of messages.
|