Uses of Interface
io.helidon.grpc.server.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
Modifier and TypeClassDescriptionclass
AServerInterceptor
that enables capturing of gRPC call metrics. -
Uses of ServiceDescriptor.Configurer in io.helidon.grpc.server
Modifier and TypeMethodDescriptionGrpcRouting.Builder.register
(io.grpc.BindableService service, ServiceDescriptor.Configurer configurer) Add aBindableService
with theGrpcRouting
to be built by this builder.GrpcRouting.Builder.register
(GrpcService service, ServiceDescriptor.Configurer configurer) Add aGrpcService
with theGrpcRouting
to be built by this builder. -
Uses of ServiceDescriptor.Configurer in io.helidon.security.integration.grpc
Modifier and TypeClassDescriptionfinal class
Integration of security into the gRPC Server.class
Handles security for the gRPC server.