See: Description
| Interface | Description |
|---|---|
| GlobalClientInterceptorConfigurer |
A bean that can be used to configure global
ClientInterceptors. |
| Class | Description |
|---|---|
| AnnotationGlobalClientInterceptorConfigurer |
Automatically find and configure
annotated global ClientInterceptors. |
| GlobalClientInterceptorRegistry |
The global client interceptor registry keeps references to all
ClientInterceptors that should be registered
to all client channels. |
| OrderedClientInterceptor | Deprecated
Use the original
ClientInterceptor in combination with Order (either on the target class
itself or the related factory method). |
| Annotation Type | Description |
|---|---|
| GrpcGlobalClientInterceptor |
Annotation for gRPC
ClientInterceptors to apply them globally. |