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.
-
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_KEY
TheContext.Key
to 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 TypeMethodDescriptionvoid
GrpcServerImpl.deploy
(ServiceDescriptor serviceDescriptor, PriorityBag<io.grpc.ServerInterceptor> globalInterceptors) Deploy the specifiedservice
to thisGrpcServer
.GrpcRouting.Builder.register
(ServiceDescriptor service) Register aServiceDescriptor
with theGrpcRouting
to be built by this builder.void
ServiceDescriptor.Aware.setServiceDescriptor
(ServiceDescriptor descriptor) Set service descriptor. -
Uses of ServiceDescriptor in io.helidon.microprofile.grpc.server
Methods in io.helidon.microprofile.grpc.server that return ServiceDescriptorModifier and TypeMethodDescriptionGrpcServiceBuilder.build()
Create aServiceDescriptor.Builder
introspected class.