@FunctionalInterface public interface GlobalClientInterceptorConfigurer
ClientInterceptors.| Modifier and Type | Method and Description |
|---|---|
void |
configureClientInterceptors(List<io.grpc.ClientInterceptor> interceptors)
Configures the given list of client interceptors, possibly adding new elements, removing unwanted elements, or
reordering the existing ones.
|
void configureClientInterceptors(List<io.grpc.ClientInterceptor> interceptors)
interceptors - A mutable list of client interceptors to configure.