Searched refs:tracerSetupInterceptor (Results 1 – 1 of 1) sorted by relevance
270 private final ClientInterceptor tracerSetupInterceptor = new ClientInterceptor() { field in AbstractInteropTest288 TestServiceGrpc.newBlockingStub(channel).withInterceptors(tracerSetupInterceptor); in setUp()289 asyncStub = TestServiceGrpc.newStub(channel).withInterceptors(tracerSetupInterceptor); in setUp()1584 UnimplementedServiceGrpc.newBlockingStub(channel).withInterceptors(tracerSetupInterceptor); in unimplementedService()