@ProviderType
public interface HealthCheckExecutor
HealthCheck
.Modifier and Type | Method and Description |
---|---|
List<HealthCheckExecutionResult> |
execute(HealthCheckExecutionOptions options,
String... tags)
Executes all health checks with the supplied list of tags.
|
List<HealthCheckExecutionResult> |
execute(String... tags)
Executes all health checks with the supplied list of tags.
|
List<HealthCheckExecutionResult> execute(String... tags)
List<HealthCheckExecutionResult> execute(HealthCheckExecutionOptions options, String... tags)
options
- options for controlling execution behaviortags
- tags to be executedCopyright © 2017 The Apache Software Foundation. All rights reserved.