在延迟初始化的类上使用@hystrixCommand

时间:2018-06-26 12:48:46

标签: spring spring-boot spring-annotations spring-cloud-netflix hystrix

我有一个要延迟实例化的类。

我需要在此类的某些方法上使用@hystrixCommand注释。

问题是@hystrixCommand在没有@Service或@Component批注的类上不起作用,并且@Service和@Component总是急切地加载该类。

如何在延迟加载的类上甚至在没有@Services或@Component批注的类上使用@hystrixCommand。另外,我所指的课程已经在扩展其他课程,因此提供的hystrix @EnableCircuitBreaker in a non spring boot application解决方案对我而言不起作用。

0 个答案:

没有答案