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.Builder
for 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 runningGrpcServer
an in-processChannel
.GrpcServiceBuilder A builder for constructing aServiceDescriptor
instances from an annotated POJOs.