xixi

Hystrix

2017/10/02

使用注解@EnableCircuitBreaker启用断路功能
HystrixCommand: 用在依赖的服务返回单个操作结果的时候
HystrixObservableCommand: 用在依赖的服务返回多个操作结果的时候

CATALOG