Home
last modified time | relevance | path

Searched refs:tracerSetupInterceptor (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java270 private final ClientInterceptor tracerSetupInterceptor = new ClientInterceptor() { field in AbstractInteropTest
288 TestServiceGrpc.newBlockingStub(channel).withInterceptors(tracerSetupInterceptor); in setUp()
289 asyncStub = TestServiceGrpc.newStub(channel).withInterceptors(tracerSetupInterceptor); in setUp()
1584 UnimplementedServiceGrpc.newBlockingStub(channel).withInterceptors(tracerSetupInterceptor); in unimplementedService()