hystrix-core 1.0.2 API

Packages
com.netflix.hystrix Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
com.netflix.hystrix.exception Custom exception implementations.
com.netflix.hystrix.strategy Parent package of strategies and plugin management.
com.netflix.hystrix.strategy.concurrency Strategy definition for concurrency related behavior and default implementation.
com.netflix.hystrix.strategy.eventnotifier Strategy definition for event notification.
com.netflix.hystrix.strategy.metrics Strategy definition for publishing metrics and default implementation.
com.netflix.hystrix.strategy.properties Strategy definition for properties and configuration and default implementation.
com.netflix.hystrix.util Common utility classes.