public class HealthCheckCollection
extends java.lang.Object
| Constructor and Description |
|---|
HealthCheckCollection() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
add(HealthCheck healthCheck) |
HealthCheck[] |
addAll(HealthCheck[] healthChecks) |
void |
close() |
HealthCheck |
get(Endpoint endpoint) |
HealthCheck |
remove(Endpoint endpoint) |
HealthCheck |
remove(HealthCheck healthCheck) |
public HealthCheck add(HealthCheck healthCheck)
public HealthCheck[] addAll(HealthCheck[] healthChecks)
public HealthCheck remove(Endpoint endpoint)
public HealthCheck remove(HealthCheck healthCheck)
public HealthCheck get(Endpoint endpoint)
public void close()
Copyright © 2025. All rights reserved.