【问题标题】:HystrixCommand only works with Spring Service or Component?HystrixCommand 仅适用于 Spring Service 或 Component?
【发布时间】:2015-11-15 13:14:04
【问题描述】:

Spring Hystrix 是否仅适用于 @Service 和 @Component?

我有一个定义为 @RestController 的类,我的 HystrixCommand 不会触发,该方法会执行但不会像 HystrixCommand 一样运行。当我创建了一个@Service 类并将 HystrixCommand 方法并回退到其中时,HystrixCommand 将正常工作。

有哪些合适的Spring注解可以和@EnableHystrix一起使用?

【问题讨论】:

    标签: spring spring-cloud netflix hystrix


    【解决方案1】:

    现在,您描述了适当的位置。我们有一个 open issue 提到了对控制器的支持。

    【讨论】:

      猜你喜欢
      • 2017-03-06
      • 2021-12-27
      • 2019-10-09
      • 2015-06-04
      • 2016-10-27
      • 1970-01-01
      • 2018-06-16
      • 2017-02-05
      • 1970-01-01
      相关资源
      最近更新 更多