Skip to content

Instantly share code, notes, and snippets.

@spencergibb
Created August 10, 2015 16:36
Show Gist options
  • Save spencergibb/5b52e48a4db2c2b62747 to your computer and use it in GitHub Desktop.
Save spencergibb/5b52e48a4db2c2b62747 to your computer and use it in GitHub Desktop.
class FeignHystrixSample {
@HystrixCommand
Object myMethod() {
return myFeignClient.doStuff();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment