Class FeignClientConfiguration

java.lang.Object
org.springframework.cloud.openfeign.FeignClientProperties.FeignClientConfiguration
org.training.account.service.configuration.FeignClientConfiguration

@Configuration public class FeignClientConfiguration extends org.springframework.cloud.openfeign.FeignClientProperties.FeignClientConfiguration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    feign.codec.ErrorDecoder
    Returns a new instance of ErrorDecoder that is used to decode errors from a Feign client.

    Methods inherited from class org.springframework.cloud.openfeign.FeignClientProperties.FeignClientConfiguration

    equals, getCapabilities, getConnectTimeout, getContract, getDecode404, getDecoder, getDefaultQueryParameters, getDefaultRequestHeaders, getEncoder, getErrorDecoder, getExceptionPropagationPolicy, getLoggerLevel, getMetrics, getQueryMapEncoder, getReadTimeout, getRequestInterceptors, getRetryer, hashCode, isFollowRedirects, setCapabilities, setConnectTimeout, setContract, setDecode404, setDecoder, setDefaultQueryParameters, setDefaultRequestHeaders, setEncoder, setErrorDecoder, setExceptionPropagationPolicy, setFollowRedirects, setLoggerLevel, setMetrics, setQueryMapEncoder, setReadTimeout, setRequestInterceptors, setRetryer

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FeignClientConfiguration

      public FeignClientConfiguration()
  • Method Details

    • errorDecoder

      @Bean public feign.codec.ErrorDecoder errorDecoder()
      Returns a new instance of ErrorDecoder that is used to decode errors from a Feign client.
      Returns:
      a new instance of ErrorDecoder