-
@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 EventRepositoryApiBeangetMonitoringStatus(@RequestParam(value = "start", required = false, defaultValue = "0") Long start, @RequestParam(value = "end", required = false, defaultValue = "0") Long end)final MonitoringServicesgetMonitoringServices()-
-
Method Detail
-
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)
-
getMonitoringServices
final MonitoringServices getMonitoringServices()
-
-
-
-