@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", commandProperties=@HystrixProperty(name="execution.isolation.thread.timeoutInMilliseconds",value="5000")) public String hello()
public String helloFallback()
Copyright © 2015–2017 Red Hat. All rights reserved.