Class FeignAuthorizationSessionServiceConfig


  • public class FeignAuthorizationSessionServiceConfig
    extends Object
    • Constructor Detail

      • FeignAuthorizationSessionServiceConfig

        public FeignAuthorizationSessionServiceConfig()
    • Method Detail

      • feignClient

        @Bean
        public feign.okhttp.OkHttpClient feignClient()
      • feignLoggerLevel

        @Bean
        public feign.Logger.Level feignLoggerLevel()
      • requestInterceptor

        @Bean
        public feign.RequestInterceptor requestInterceptor​(ru.foodtechlab.lib.auth.integration.core.AccessTokenService accessTokenService)
      • feignErrorDecoder

        @Bean
        public feign.codec.ErrorDecoder feignErrorDecoder​(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                          ru.foodtechlab.lib.auth.integration.core.AccessTokenService tokenService)
      • retryer

        @Bean
        public feign.Retryer retryer()