Uses of Interface
io.helidon.grpc.server.ServiceDescriptor.Configurer
-
Packages that use ServiceDescriptor.Configurer 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.Configurer in io.helidon.grpc.metrics
Classes in io.helidon.grpc.metrics that implement ServiceDescriptor.Configurer Modifier and Type Class Description class
GrpcMetrics
AServerInterceptor
that 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.Configurer Modifier and Type Method Description GrpcRouting.Builder
GrpcRouting.Builder. register(io.grpc.BindableService service, ServiceDescriptor.Configurer configurer)
Add aBindableService
with theGrpcRouting
to be built by this builder.GrpcRouting.Builder
GrpcRouting.Builder. register(GrpcService service, ServiceDescriptor.Configurer configurer)
Add aGrpcService
with theGrpcRouting
to be built by this builder.
-