Wrapper for Netflix's Hystrix implementation Circuit breaker without code clutter. W
This attempts to bypass the Command pattern enforced by Hystrix. You get all the goodies without littering the code.
You can choose the aspect-based variant, which supports runtime weaving or the service-based variant, which is more explicit.