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 |
A client interceptor wrapper that assigns an order to the underlying client interceptor.
|
| Annotation Type | Description |
|---|---|
| GrpcGlobalClientInterceptor |
Annotation for gRPC
ClientInterceptors to apply them globally. |