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 executed"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"