Uses of Class
org.sentrysoftware.metricshub.engine.alert.AlertDetails
Packages that use AlertDetails
-
Uses of AlertDetails in org.sentrysoftware.metricshub.engine.alert
Constructor parameters in org.sentrysoftware.metricshub.engine.alert with type arguments of type AlertDetailsModifierConstructorDescriptionAlertRule(@NonNull BiFunction<Monitor, Set<AlertCondition>, AlertDetails> conditionsChecker, @NonNull Set<AlertCondition> conditions, long period, @NonNull Severity severity) Creates an AlertRule instance with the specified conditionsChecker, conditions, period, and severity.AlertRule(@NonNull BiFunction<Monitor, Set<AlertCondition>, AlertDetails> conditionsChecker, @NonNull Set<AlertCondition> conditions, long period, @NonNull Severity severity, @NonNull AlertRuleType type) Creates an AlertRule instance with the specified conditionsChecker, conditions, period, severity, and type.AlertRule(@NonNull BiFunction<Monitor, Set<AlertCondition>, AlertDetails> conditionsChecker, @NonNull Set<AlertCondition> conditions, @NonNull Severity severity) Creates an AlertRule instance with the specified conditionsChecker, conditions, and severity.AlertRule(@NonNull BiFunction<Monitor, Set<AlertCondition>, AlertDetails> conditionsChecker, @NonNull Set<AlertCondition> conditions, @NonNull Severity severity, @NonNull AlertRuleType type) Creates an AlertRule instance with the specified conditionsChecker, conditions, severity, and type.