Uses of Class
io.helidon.grpc.server.ServiceDescriptor
- 
Packages that use ServiceDescriptor Package Description io.helidon.grpc.metrics Classes to support adding metrics to gRPC calls.io.helidon.grpc.server Reactive gRPC server API. - 
- 
Uses of ServiceDescriptor in io.helidon.grpc.metrics
Methods in io.helidon.grpc.metrics with parameters of type ServiceDescriptor Modifier and Type Method Description StringGrpcMetrics.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 ServiceDescriptor Modifier and Type Field Description static io.grpc.Context.Key<ServiceDescriptor>ServiceDescriptor. SERVICE_DESCRIPTOR_KEYTheContext.Keyto use to obtain theServiceDescriptor.Methods in io.helidon.grpc.server that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptorServiceDescriptor.Builder. build()Methods in io.helidon.grpc.server that return types with arguments of type ServiceDescriptor Modifier and Type Method Description List<ServiceDescriptor>GrpcRouting. services()List<ServiceDescriptor>GrpcRoutingImpl. services()Map<String,ServiceDescriptor>GrpcServer. services()Obtain the deployed services.Map<String,ServiceDescriptor>GrpcServerImpl. services()Methods in io.helidon.grpc.server with parameters of type ServiceDescriptor Modifier and Type Method Description voidGrpcServerImpl. deploy(ServiceDescriptor serviceDescriptor, PriorityBag<io.grpc.ServerInterceptor> globalInterceptors)Deploy the specifiedserviceto thisGrpcServer.GrpcRouting.BuilderGrpcRouting.Builder. register(ServiceDescriptor service)Register aServiceDescriptorwith theGrpcRoutingto be built by this builder.voidServiceDescriptor.Aware. setServiceDescriptor(ServiceDescriptor descriptor)Set service descriptor. 
 -