@ProviderType
public interface HealthCheckExecutor
HealthCheck
.Modifier and Type | Method and Description |
---|---|
List<HealthCheckExecutionResult> |
execute(HealthCheckSelector selector)
Executes all health checks matching the supplied filter options.
|
List<HealthCheckExecutionResult> |
execute(HealthCheckSelector selector,
HealthCheckExecutionOptions options)
Executes all health checks with the supplied filter options.
|
List<HealthCheckExecutionResult> execute(HealthCheckSelector selector)
selector
- filter selectorList<HealthCheckExecutionResult> execute(HealthCheckSelector selector, HealthCheckExecutionOptions options)
selector
- filter selectoroptions
- options for controlling execution behaviorCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.