@RestController public class HelloController extends Object
HelloController()
String
hello()
helloFallback()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HelloController()
@RequestMapping(value="/hello") @HystrixCommand(fallbackMethod="helloFallback") public String hello()
public String helloFallback()
Copyright © 2015–2016 Red Hat. All rights reserved.