Class ConfigServicePropertySourceLocator.GenericRequestHeaderInterceptor

java.lang.Object
org.springframework.cloud.config.client.ConfigClientRequestTemplateFactory.GenericRequestHeaderInterceptor
org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.GenericRequestHeaderInterceptor
All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestInterceptor
Enclosing class:
ConfigServicePropertySourceLocator

@Deprecated public static class ConfigServicePropertySourceLocator.GenericRequestHeaderInterceptor extends ConfigClientRequestTemplateFactory.GenericRequestHeaderInterceptor
Deprecated.
Adds the provided headers to the request.
  • Constructor Details

    • GenericRequestHeaderInterceptor

      public GenericRequestHeaderInterceptor(Map<String,String> headers)
      Deprecated.