| Interface | Description |
|---|---|
| ServerCalls.BidiStreamingMethod<ReqT,RespT> |
Adaptor to a bi-directional streaming method.
|
| ServerCalls.ClientStreamingMethod<ReqT,RespT> |
Adaptor to a client streaming method.
|
| ServerCalls.ServerStreamingMethod<ReqT,RespT> |
Adaptor to a server streaming method.
|
| ServerCalls.UnaryMethod<ReqT,RespT> |
Adaptor to a unary call method.
|
| StreamObserver<V> |
Receives notifications from an observable stream of messages.
|
| Class | Description |
|---|---|
| AbstractStub<S extends AbstractStub<S>> |
Common base type for stub implementations.
|
| ClientCalls |
Utility functions for processing different call idioms.
|
| MetadataUtils |
Utility functions for binding and receiving headers.
|
| ServerCalls |
Utility functions for adapting
ServerCallHandlers to application service implementation,
meant to be used by the generated code. |