| Interface | Description |
|---|---|
| ServerCalls.StreamingRequestMethod<ReqT,RespT> |
Adaptor to a client stremaing or bi-directional stremaing method.
|
| ServerCalls.UnaryRequestMethod<ReqT,RespT> |
Adaptor to a unary call or server streaming method.
|
| StreamObserver<V> |
Receives notifications from an observable stream of messages.
|
| Class | Description |
|---|---|
| AbstractServiceDescriptor<T extends AbstractServiceDescriptor<?>> |
Base class for all stub configurations.
|
| AbstractStub<S extends AbstractStub<?,?>,C extends AbstractServiceDescriptor<C>> |
Common base type for stub implementations.
|
| Calls |
Utility functions for processing different call idioms.
|
| MetadataUtils |
Utility functions for binding and receiving headers.
|
| Method<RequestT,ResponseT> |
A description of a method exposed by a service.
|
| ServerCalls |
Utility functions for adapting
ServerCallHandlers to application service implementation,
meant to be used by the generated code. |
| StreamRecorder<T> |
Utility implementation of
StreamObserver used in testing. |