Uses of Class
com.nmontytskyi.monitoring.server.dto.response.AlertEventResponse
Packages that use AlertEventResponse
Package
Description
-
Uses of AlertEventResponse in com.nmontytskyi.monitoring.server.controller
Methods in com.nmontytskyi.monitoring.server.controller that return types with arguments of type AlertEventResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.data.domain.Page<AlertEventResponse>> org.springframework.http.ResponseEntity<List<AlertEventResponse>> DashboardApiController.getRecentEvents() -
Uses of AlertEventResponse in com.nmontytskyi.monitoring.server.service
Methods in com.nmontytskyi.monitoring.server.service that return types with arguments of type AlertEventResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AlertEventResponse> AlertEventService.findByServiceId(Long serviceId, org.springframework.data.domain.Pageable pageable)