Package dagger.grpc.server
package dagger.grpc.server
-
ClassDescriptionA scope that lasts as long as a single gRPC
ServerCall
.Provides the currentContext
.Qualifies some per-service types provided byModule
s generated byGrpcService
.ProvidesMetadata
about a gRPC call.Annotates a class that implements a gRPC service.Installing this module into a@Singleton
component means the component can provide aServer
that serves in-process requests.Installing this module into a@Singleton
component means the component can provide a Netty-basedServer
.ProxyServerCallHandler<RequestT,ResponseT> AServerCallHandler
that handles calls for a particular method by delegating to a handler in aServerServiceDefinition
returned by a factory.A factory for theServerServiceDefinition
that aProxyServerCallHandler
delegates to.Provides a@Singleton
Server
.