Class FeignAuthorizationSessionServiceConfig

java.lang.Object
ru.foodtechlab.lib.auth.integration.restapi.feign.authorization.session.FeignAuthorizationSessionServiceConfig

public class FeignAuthorizationSessionServiceConfig extends Object
  • Constructor Details

    • FeignAuthorizationSessionServiceConfig

      public FeignAuthorizationSessionServiceConfig()
  • Method Details

    • feignClient

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

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

      @Bean public feign.RequestInterceptor requestInterceptor(AccessTokenService accessTokenService)
    • feignErrorDecoder

      @Bean public feign.codec.ErrorDecoder feignErrorDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, AccessTokenService tokenService)
    • retryer

      @Bean public feign.Retryer retryer()