@ProviderType
public interface HealthCheckExecutor
HealthCheck.| Modifier and Type | Method and Description | 
|---|---|
java.util.List<HealthCheckExecutionResult> | 
execute(HealthCheckExecutionOptions options,
       java.lang.String... tags)
Deprecated. 
 
use execute(HealthCheckFilter.Options, HealthCheckExecutionOptions) 
 | 
java.util.List<HealthCheckExecutionResult> | 
execute(HealthCheckSelector selector)
Executes all health checks matching the supplied filter options. 
 | 
java.util.List<HealthCheckExecutionResult> | 
execute(HealthCheckSelector selector,
       HealthCheckExecutionOptions options)
Executes all health checks with the supplied filter options. 
 | 
java.util.List<HealthCheckExecutionResult> | 
execute(java.lang.String... tags)
Deprecated. 
 
use execute(HealthCheckFilter.Options) 
 | 
java.util.List<HealthCheckExecutionResult> execute(HealthCheckSelector selector)
selector - filter selectorjava.util.List<HealthCheckExecutionResult> execute(HealthCheckSelector selector, HealthCheckExecutionOptions options)
selector - filter selectoroptions - options for controlling execution behavior@Deprecated java.util.List<HealthCheckExecutionResult> execute(java.lang.String... tags)
@Deprecated java.util.List<HealthCheckExecutionResult> execute(HealthCheckExecutionOptions options, java.lang.String... tags)
options - options for controlling execution behaviortags - tags to be executedCopyright © 2018 The Apache Software Foundation. All rights reserved.