-
- All Implemented Interfaces:
@RestController()@RequestMapping(value = {"/api/ff4j/monitoring"}) public final class MonitoringResourceCreated by Paul
-
-
Field Summary
Fields Modifier and Type Field Description private final MonitoringServicesmonitoringServices
-
Constructor Summary
Constructors Constructor Description MonitoringResource(MonitoringServices monitoringServices)
-
Method Summary
Modifier and Type Method Description final MonitoringServicesgetMonitoringServices()final EventRepositoryApiBeangetMonitoringStatus(@RequestParam(value = "start", required = false, defaultValue = "0") Long start, @RequestParam(value = "end", required = false, defaultValue = "0") Long end)-
-
Method Detail
-
getMonitoringServices
final MonitoringServices getMonitoringServices()
-
getMonitoringStatus
@GetMapping(produces = {"application/json"}) final EventRepositoryApiBean getMonitoringStatus(@RequestParam(value = "start", required = false, defaultValue = "0") Long start, @RequestParam(value = "end", required = false, defaultValue = "0") Long end)
-
-
-
-