Uses of Enum Class
com.scaleoutsoftware.modules.abstractions.AlertSeverity
Packages that use AlertSeverity
Package
Description
Abstractions for API and MSG modules deployed on a ScaleOut in-memory data grid.
-
Uses of AlertSeverity in com.scaleoutsoftware.modules.abstractions
Methods in com.scaleoutsoftware.modules.abstractions that return AlertSeverityModifier and TypeMethodDescriptionstatic AlertSeverityReturns the enum constant of this class with the specified name.static AlertSeverity[]AlertSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.scaleoutsoftware.modules.abstractions with parameters of type AlertSeverityModifier and TypeMethodDescriptionabstract CompletableFuture<Void> ApiProcessingContext.sendUiAlert(AlertSeverity severity, String message) Send an alert to the UI.abstract CompletableFuture<Void> MsgProcessingContext.sendUiAlert(AlertSeverity severity, String message) Send an alert to the UI.