Package io.helidon.microprofile.grpc.server
Microprofile 1.0 gRPC server implementation.
-
Interface Summary Interface Description AnnotatedServiceConfigurer A class that may apply modifications to aServiceDescriptor.Builderfor an annotated gRPC service class. -
Class Summary Class Description GrpcServerCdiExtension A CDI extension that will start thegRPC server.GrpcServerCdiExtension.ServerProducer A CDI producer that can supply the runningGrpcServeran in-processChannel.GrpcServiceBuilder A builder for constructing aServiceDescriptorinstances from an annotated POJOs.