- net.devh.boot.grpc.common.autoconfigure - package net.devh.boot.grpc.common.autoconfigure
-
The Spring-Boot auto configuration classes that setup the gRPC environment with features that can be used by both the
client and the server.
- net.devh.boot.grpc.common.codec - package net.devh.boot.grpc.common.codec
-
Classes related to the gRPC codec usage for both the server and the client.
- net.devh.boot.grpc.common.metric - package net.devh.boot.grpc.common.metric
-
Shared code for grpc metric collection related classes.
- net.devh.boot.grpc.common.security - package net.devh.boot.grpc.common.security
-
Contains classes and utilities that related to security that are used by both the client and the server.
- net.devh.boot.grpc.common.util - package net.devh.boot.grpc.common.util
-
Utilities for both the server and the client.
- newMetricsFor(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.common.metric.AbstractMetricCollectingInterceptor
-
- newProcessingDurationTiming(MeterRegistry) - Method in class net.devh.boot.grpc.common.metric.AbstractMetricCollectingInterceptor.MetricSet
-
Uses the given registry to create a Timer.Sample
that will be reported if the returned
consumer is invoked.
- newRequestCounterFor(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.common.metric.AbstractMetricCollectingInterceptor
-
Creates a new request counter for the given method.
- newResponseCounterFor(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.common.metric.AbstractMetricCollectingInterceptor
-
Creates a new response counter for the given method.
- newTimerFunction(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.common.metric.AbstractMetricCollectingInterceptor
-
Creates a new timer for a given code for the given method.