Uses of Enum Class
org.summerboot.jexpress.boot.instrumentation.HealthMonitor.EmptyHealthCheckPolicy
Packages that use HealthMonitor.EmptyHealthCheckPolicy
Package
Description
-
Uses of HealthMonitor.EmptyHealthCheckPolicy in org.summerboot.jexpress.boot.instrumentation
Subclasses with type arguments of type HealthMonitor.EmptyHealthCheckPolicy in org.summerboot.jexpress.boot.instrumentationMethods in org.summerboot.jexpress.boot.instrumentation that return HealthMonitor.EmptyHealthCheckPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HealthMonitor.EmptyHealthCheckPolicy[]HealthMonitor.EmptyHealthCheckPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.summerboot.jexpress.boot.instrumentation with parameters of type HealthMonitor.EmptyHealthCheckPolicyModifier and TypeMethodDescriptionHealthMonitor.getFailedRequiredHealthChecks(String[] requiredHealthChecks, HealthMonitor.EmptyHealthCheckPolicy mode) static booleanHealthMonitor.isRequiredHealthChecksFailed(String[] requiredHealthChecks, HealthMonitor.EmptyHealthCheckPolicy mode) static booleanHealthMonitor.isRequiredHealthChecksFailed(String[] requiredHealthChecks, HealthMonitor.EmptyHealthCheckPolicy mode, Set<String> failedHealthChecks) static booleanHealthMonitor.isRequiredHealthChecksFailed(Set<String> requiredHealthChecks, HealthMonitor.EmptyHealthCheckPolicy mode, Set<String> failedHealthChecks) -
Uses of HealthMonitor.EmptyHealthCheckPolicy in org.summerboot.jexpress.nio.server.ws.rs
Fields in org.summerboot.jexpress.nio.server.ws.rs declared as HealthMonitor.EmptyHealthCheckPolicyModifier and TypeFieldDescriptionprotected final HealthMonitor.EmptyHealthCheckPolicyJaxRsRequestProcessor.emptyHealthCheckPolicy