Interface FeignClientConfigurer


public interface FeignClientConfigurer
Additional Feign Client configuration that are not included in FeignClient.
Author:
Matt King
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    FALSE will only apply configurations from classes listed in configuration().
    default boolean
     
  • Method Details

    • primary

      default boolean primary()
      Returns:
      whether to mark the feign proxy as a primary bean. Defaults to true.
    • inheritParentConfiguration

      default boolean inheritParentConfiguration()
      FALSE will only apply configurations from classes listed in configuration(). Will still use parent instance of Decoder, Encoder, and Contract if none are provided.
      Returns:
      weather to inherit parent context for client configuration.