@RestController @RequestMapping(value="/ff4j/monitoring") public class MonitoringResource extends Object
| Constructor and Description |
|---|
MonitoringResource() |
| Modifier and Type | Method and Description |
|---|---|
EventRepositoryApiBean |
getMonitoringStatus(Long start,
Long end) |
@RequestMapping(method=GET,
produces="application/json")
public EventRepositoryApiBean getMonitoringStatus(@RequestParam(value="start",required=false)
Long start,
@RequestParam(value="end",required=false)
Long end)
Copyright © 2013–2016 FF4J. All rights reserved.