Uses of Class
io.helidon.microprofile.grpc.core.AbstractServiceBuilder
-
Packages that use AbstractServiceBuilder Package Description io.helidon.microprofile.grpc.server Microprofile 1.0 gRPC server implementation. -
-
Uses of AbstractServiceBuilder in io.helidon.microprofile.grpc.server
Subclasses of AbstractServiceBuilder in io.helidon.microprofile.grpc.server Modifier and Type Class Description class
GrpcServiceBuilder
A builder for constructing aServiceDescriptor
instances from an annotated POJOs.
-