Uses of Class
io.inugami.api.alertings.AlertingResult
-
Packages that use AlertingResult Package Description io.inugami.api.providers.task -
-
Uses of AlertingResult in io.inugami.api.providers.task
Methods in io.inugami.api.providers.task that return types with arguments of type AlertingResult Modifier and Type Method Description List<AlertingResult>ProviderFutureResult. getAlerts()List<AlertingResult>ProviderFutureResultFront. getAlerts()Methods in io.inugami.api.providers.task with parameters of type AlertingResult Modifier and Type Method Description ProviderFutureResultBuilderProviderFutureResultBuilder. addAlert(AlertingResult alert)voidProviderFutureResultFront. addAlert(AlertingResult alert)Method parameters in io.inugami.api.providers.task with type arguments of type AlertingResult Modifier and Type Method Description ProviderFutureResultBuilderProviderFutureResultBuilder. addAlerts(List<AlertingResult> alerts)voidProviderFutureResultFront. setAlerts(List<AlertingResult> alerts)Constructor parameters in io.inugami.api.providers.task with type arguments of type AlertingResult Constructor Description EventCompositeResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)ProviderFutureResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)SseProviderResult(String chanel, String eventName, String message, String errorMessage, boolean error, JsonObject values, String scheduler, List<AlertingResult> alerts)
-