Package | Description |
---|---|
dagger.grpc.server | |
dagger.grpc.server.processor |
Class and Description |
---|
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.ServiceDefinitionFactory
A factory for the
ServerServiceDefinition that a ProxyServerCallHandler
delegates to. |
Class and Description |
---|
GrpcService
Annotates a class that implements a gRPC service.
|