pub type ProductsInterceptedClient = ProductsClient<InterceptedService<Channel, ClientInterceptor>>;
Expand description

Type for a ProductsClient with an interceptor that sends tenant and requestor metadata to the server.