Class FeignClientAutoRefreshAutoConfiguration
- java.lang.Object
-
- io.microsphere.spring.cloud.openfeign.autoconfigure.FeignClientAutoRefreshAutoConfiguration
-
@ConditionalOnBean(Marker.class) public class FeignClientAutoRefreshAutoConfiguration extends java.lang.Object
The Auto-Configuration class forEnableFeignAutoRefresh- Since:
- 0.0.1
- Author:
- 韩超, Mercy
- See Also:
EnableFeignAutoRefresh
-
-
Constructor Summary
Constructors Constructor Description FeignClientAutoRefreshAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.cloud.openfeign.FeignBuilderCustomizeraddDefaultRequestInterceptorCustomizer()FeignComponentRegistryfeignClientRegistry(org.springframework.cloud.openfeign.FeignClientProperties clientProperties, org.springframework.beans.factory.BeanFactory beanFactory)FeignClientSpecificationPostProcessorfeignClientSpecificationPostProcessor()voidonApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
-
-
Method Detail
-
addDefaultRequestInterceptorCustomizer
@Bean public org.springframework.cloud.openfeign.FeignBuilderCustomizer addDefaultRequestInterceptorCustomizer()
-
onApplicationReadyEvent
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void onApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
feignClientRegistry
@Bean public FeignComponentRegistry feignClientRegistry(org.springframework.cloud.openfeign.FeignClientProperties clientProperties, org.springframework.beans.factory.BeanFactory beanFactory)
-
feignClientSpecificationPostProcessor
@Bean public FeignClientSpecificationPostProcessor feignClientSpecificationPostProcessor()
-
-