public interface HealthCheckExecutor
HealthCheck.| Modifier and Type | Method and Description |
|---|---|
java.util.List<HealthCheckExecutionResult> |
execute(HealthCheckExecutionOptions options,
java.lang.String... tags)
Executes all health checks with the supplied list of tags.
|
java.util.List<HealthCheckExecutionResult> |
execute(java.lang.String... tags)
Executes all health checks with the supplied list of tags.
|
java.util.List<HealthCheckExecutionResult> execute(java.lang.String... tags)
java.util.List<HealthCheckExecutionResult> execute(HealthCheckExecutionOptions options, java.lang.String... tags)
options - options for controlling execution behaviortags - tags to be executed"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"