Package dagger.grpc.server
package dagger.grpc.server
- 
ClassDescriptionA scope that lasts as long as a single gRPCServerCall.Provides the currentContext.Qualifies some per-service types provided byModules generated byGrpcService.ProvidesMetadataabout a gRPC call.Annotates a class that implements a gRPC service.Installing this module into a@Singletoncomponent means the component can provide aServerthat serves in-process requests.Installing this module into a@Singletoncomponent means the component can provide a Netty-basedServer.ProxyServerCallHandler<RequestT,ResponseT> AServerCallHandlerthat handles calls for a particular method by delegating to a handler in aServerServiceDefinitionreturned by a factory.A factory for theServerServiceDefinitionthat aProxyServerCallHandlerdelegates to.Provides a@SingletonServer.