Uses of Class
io.helidon.grpc.server.ServiceDescriptor
Packages that use ServiceDescriptor
Package
Description
Classes to support adding metrics to gRPC calls.
Reactive gRPC server API.
Microprofile 1.0 gRPC server implementation.
Integration library for
GrpcServer.-
Uses of ServiceDescriptor in io.helidon.grpc.metrics
Methods in io.helidon.grpc.metrics with parameters of type ServiceDescriptorModifier and TypeMethodDescriptionGrpcMetrics.NamingFunction.createName(ServiceDescriptor service, String methodName, MetricType metricType) Create a metric name. -
Uses of ServiceDescriptor in io.helidon.grpc.server
Fields in io.helidon.grpc.server with type parameters of type ServiceDescriptorModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<ServiceDescriptor>ServiceDescriptor.SERVICE_DESCRIPTOR_KEYTheContext.Keyto use to obtain theServiceDescriptor.Methods in io.helidon.grpc.server that return ServiceDescriptorMethods in io.helidon.grpc.server that return types with arguments of type ServiceDescriptorModifier and TypeMethodDescriptionGrpcRouting.services()GrpcRoutingImpl.services()GrpcServer.services()Obtain the deployed services.GrpcServerImpl.services()Methods in io.helidon.grpc.server with parameters of type ServiceDescriptorModifier and TypeMethodDescriptionvoidGrpcServerImpl.deploy(ServiceDescriptor serviceDescriptor, PriorityBag<io.grpc.ServerInterceptor> globalInterceptors) Deploy the specifiedserviceto thisGrpcServer.GrpcRouting.Builder.register(ServiceDescriptor service) Register aServiceDescriptorwith theGrpcRoutingto be built by this builder.voidServiceDescriptor.Aware.setServiceDescriptor(ServiceDescriptor descriptor) Set service descriptor.default voidServiceDescriptor.Configurer.validate(ServiceDescriptor descriptor) Validate the finalServiceDescriptor. -
Uses of ServiceDescriptor in io.helidon.microprofile.grpc.server
Methods in io.helidon.microprofile.grpc.server that return ServiceDescriptorModifier and TypeMethodDescriptionGrpcServiceBuilder.build()Create aServiceDescriptor.Builderintrospected class. -
Uses of ServiceDescriptor in io.helidon.security.integration.grpc
Methods in io.helidon.security.integration.grpc with parameters of type ServiceDescriptor