Registry / cloud / spring-cloud-starter-hystrix

spring-cloud-starter-hystrix

JSON →
library1.4.7.RELEASEjavamavenunverified

Spring Cloud Starter for Hystrix circuit breaker (deprecated, use spring-cloud-starter-netflix-hystrix).

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix</artifactId> <version>1.4.7.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-hystrix
cloudjavav1.4.7.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HystrixCommand
com.netflix.hystrix.HystrixCommand

Minimal HystrixCommand implementation

import com.netflix.hystrix.HystrixCommand; import com.netflix.hystrix.HystrixCommandGroupKey; public class MyCommand extends HystrixCommand<String> { protected MyCommand() { super(HystrixCommandGroupKey.Factory.asKey("ExampleGroup")); } @Override protected String run() throws Exception { return "success"; } }
Debug
Known issues
breakingThis starter is deprecated; use spring-cloud-starter-netflix-hystrix instead.
fix
Replace dependency with org.springframework.cloud:spring-cloud-starter-netflix-hystrix
affects: >=1.4.0
Upgrade
Version history
1.4.7.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
spring-cloud-starter-hystrix — mvn dependency:get spring-cloud-starter-hystrix · libregistry