Home
last modified time | relevance | path

Searched defs:serverInterceptorFactory (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/
DLoggingTest.java122 InternalLoggingServerInterceptor.Factory serverInterceptorFactory = in run() local
134 sink, config, channelInterceptorFactory, serverInterceptorFactory)) { in run() argument
164 InternalLoggingServerInterceptor.Factory serverInterceptorFactory = in run() local
176 mockSink, config, channelInterceptorFactory, serverInterceptorFactory)) { in run() argument
207 InternalLoggingServerInterceptor.Factory serverInterceptorFactory = in run() local
219 mockSink, config, channelInterceptorFactory, serverInterceptorFactory)) { in run() argument
DGcpObservabilityTest.java149 InternalLoggingServerInterceptor.Factory serverInterceptorFactory = in run() local
193 InternalLoggingServerInterceptor.Factory serverInterceptorFactory = in run() local
199 sink, config, channelInterceptorFactory, serverInterceptorFactory)) { in run() argument
225 InternalLoggingServerInterceptor.Factory serverInterceptorFactory = in run() local
230 sink, config, channelInterceptorFactory, serverInterceptorFactory)) { in run() argument
/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/
DGcpObservability.java112 InternalLoggingServerInterceptor.Factory serverInterceptorFactory) in grpcInit()
147 InternalLoggingServerInterceptor.Factory serverInterceptorFactory) { in setProducer()