diff --git a/api/src/main/java/io/grpc/ClientInterceptor.java b/api/src/main/java/io/grpc/ClientInterceptor.java index b01133a952..6cb0c2420f 100644 --- a/api/src/main/java/io/grpc/ClientInterceptor.java +++ b/api/src/main/java/io/grpc/ClientInterceptor.java @@ -24,10 +24,14 @@ import javax.annotation.concurrent.ThreadSafe; *
Implementers use this mechanism to add cross-cutting behavior to {@link Channel} and * stub implementations. Common examples of such behavior include: *
Providing authentication credentials is better served by {@link + * CallCredentials}. But a {@code ClientInterceptor} could set the {@code + * CallCredentials} within the {@link CallOptions}. */ @ThreadSafe public interface ClientInterceptor {