public interface HealthCheckRepository
| Modifier and Type | Method and Description |
|---|---|
Stream<HealthCheck> |
stream()
Returns a sequential
Stream with the known HealthCheck
as its source. |
Stream<HealthCheck> stream()
Stream with the known HealthCheck
as its source.Apache Camel