Uses of Interface
io.helidon.grpc.server.ServiceDescriptor.Configurer
Packages that use ServiceDescriptor.Configurer
Package
Description
Classes to support adding metrics to gRPC calls.
Reactive gRPC server API.
Integration library for
GrpcServer.-
Uses of ServiceDescriptor.Configurer in io.helidon.grpc.metrics
Classes in io.helidon.grpc.metrics that implement ServiceDescriptor.ConfigurerModifier and TypeClassDescriptionclassAServerInterceptorthat enables capturing of gRPC call metrics. -
Uses of ServiceDescriptor.Configurer in io.helidon.grpc.server
Methods in io.helidon.grpc.server with parameters of type ServiceDescriptor.ConfigurerModifier and TypeMethodDescriptionGrpcRouting.Builder.register(io.grpc.BindableService service, ServiceDescriptor.Configurer configurer) Add aBindableServicewith theGrpcRoutingto be built by this builder.GrpcRouting.Builder.register(GrpcService service, ServiceDescriptor.Configurer configurer) Add aGrpcServicewith theGrpcRoutingto be built by this builder. -
Uses of ServiceDescriptor.Configurer in io.helidon.security.integration.grpc
Classes in io.helidon.security.integration.grpc that implement ServiceDescriptor.ConfigurerModifier and TypeClassDescriptionfinal classIntegration of security into the gRPC Server.classHandles security for the gRPC server.