See: Description
Interface | Description |
---|---|
GlobalClientInterceptorConfigurer |
This configurer can be used to register new global
ClientInterceptor s. |
Class | Description |
---|---|
AnnotationGlobalClientInterceptorConfigurer |
Automatically find and configure
annotated global ClientInterceptor s. |
GlobalClientInterceptorRegistry |
The global client interceptor registry keeps references to all
ClientInterceptor s that should be registered
globally. |
OrderedClientInterceptor |
A client interceptor wrapper that assigns an order to the underlying client interceptor.
|
Annotation Type | Description |
---|---|
GrpcGlobalClientInterceptor |
Annotation for gRPC
ClientInterceptor s to apply them globally. |