@Controller public class HystrixDashboardController extends Object
| Constructor and Description |
|---|
HystrixDashboardController() |
| Modifier and Type | Method and Description |
|---|---|
String |
home(org.springframework.ui.Model model,
org.springframework.web.context.request.WebRequest request) |
String |
monitor(org.springframework.ui.Model model,
org.springframework.web.context.request.WebRequest request) |
@RequestMapping(value="/hystrix") public String home(org.springframework.ui.Model model, org.springframework.web.context.request.WebRequest request)
@RequestMapping(value="/hystrix/monitor") public String monitor(org.springframework.ui.Model model, org.springframework.web.context.request.WebRequest request)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.