Uses of Class
io.helidon.webserver.grpc.GrpcServiceDescriptor
Packages that use GrpcServiceDescriptor
Package
Description
Microprofile gRPC server implementation.
Helidon WebServer gRPC Support.
-
Uses of GrpcServiceDescriptor in io.helidon.microprofile.grpc.server
Methods in io.helidon.microprofile.grpc.server that return GrpcServiceDescriptorModifier and TypeMethodDescriptionGrpcServiceBuilder.build()
Create aGrpcServiceDescriptor.Builder
introspected class. -
Uses of GrpcServiceDescriptor in io.helidon.webserver.grpc
Fields in io.helidon.webserver.grpc with type parameters of type GrpcServiceDescriptorModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key
<GrpcServiceDescriptor> GrpcServiceDescriptor.SERVICE_DESCRIPTOR_KEY
TheContext.Key
to use to obtain theServiceDescriptor
.Methods in io.helidon.webserver.grpc that return GrpcServiceDescriptorMethods in io.helidon.webserver.grpc that return types with arguments of type GrpcServiceDescriptorMethods in io.helidon.webserver.grpc with parameters of type GrpcServiceDescriptorModifier and TypeMethodDescriptionGrpcRouting.Builder.service
(GrpcServiceDescriptor service) Configure a service using aServiceDescriptor
.void
GrpcServiceDescriptor.Aware.setServiceDescriptor
(GrpcServiceDescriptor descriptor) Set service descriptor.