Back to Hystrix

README

hystrix-core/README.md

1.5.182.3 KB
Original Source

hystrix-core

This is the core module of Hystrix.

Key classes you're most likely to interact with are:

Documentation

A general project README can be found at the project home.

The Wiki contains detailed documentation.

Maven Central

Binaries and dependencies for this module can be found on http://search.maven.org.

GroupId: com.netflix.hystrix
ArtifactId: hystrix-core

Example for Maven:

xml
<dependency>
    <groupId>com.netflix.hystrix</groupId>
    <artifactId>hystrix-core</artifactId>
    <version>1.2.0</version>
</dependency>

and for Ivy:

xml
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.2.0" />