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.io.helidon.microprofile.grpc.server Microprofile 1.0 gRPC server implementation. -
-
Uses of ServiceDescriptor in io.helidon.grpc.metrics
Methods in io.helidon.grpc.metrics with parameters of type ServiceDescriptor Modifier and Type Method Description String
GrpcMetrics.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_KEY
TheContext.Key
to use to obtain theServiceDescriptor
.Methods in io.helidon.grpc.server that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptor
ServiceDescriptor.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 void
GrpcServerImpl. deploy(ServiceDescriptor serviceDescriptor, PriorityBag<io.grpc.ServerInterceptor> globalInterceptors)
Deploy the specifiedservice
to thisGrpcServer
.GrpcRouting.Builder
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 ServiceDescriptor Modifier and Type Method Description ServiceDescriptor
GrpcServiceBuilder. build()
Create aServiceDescriptor.Builder
introspected class.
-