| CurrentContextModule |
Provides the current Context.
|
| GrpcCallMetadataModule |
Provides Metadata about a gRPC call.
|
| InProcessServerModule |
Installing this module into a @Singleton component means the component can
provide a Server that serves in-process requests.
|
| NettyServerModule |
Installing this module into a @Singleton component means the component can
provide a Netty-based Server.
|
| ProxyServerCallHandler<RequestT,ResponseT> |
A ServerCallHandler that handles calls for a particular method by delegating to a handler
in a ServerServiceDefinition returned by a factory.
|
| ServerModule |
Provides a @Singleton Server.
|