Uses of Class
io.helidon.grpc.server.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
Modifier and TypeMethodDescriptionGrpcMetrics.NamingFunction.createName
(ServiceDescriptor service, String methodName, MetricType metricType) Create a metric name. -
Uses of ServiceDescriptor in io.helidon.grpc.server
Modifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<ServiceDescriptor>
ServiceDescriptor.SERVICE_DESCRIPTOR_KEY
TheContext.Key
to use to obtain theServiceDescriptor
.Modifier and TypeMethodDescriptionGrpcRouting.services()
GrpcRoutingImpl.services()
GrpcServer.services()
Obtain the deployed services.GrpcServerImpl.services()
Modifier 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
Modifier and TypeMethodDescriptionGrpcServiceBuilder.build()
Create aServiceDescriptor.Builder
introspected class.