Uses of Package
dagger.grpc.server
-
Packages that use dagger.grpc.server Package Description dagger.grpc.server dagger.grpc.server.processor -
Classes in dagger.grpc.server used by dagger.grpc.server Class Description InProcessServerModule Installing this module into a@Singletoncomponent means the component can provide aServerthat serves in-process requests.NettyServerModule Installing this module into a@Singletoncomponent means the component can provide a Netty-basedServer.ProxyServerCallHandler.ServiceDefinitionFactory A factory for theServerServiceDefinitionthat aProxyServerCallHandlerdelegates to. -
Classes in dagger.grpc.server used by dagger.grpc.server.processor Class Description GrpcService Annotates a class that implements a gRPC service.