Package org.apache.camel.health
Interface HasHealthChecks
- All Known Subinterfaces:
HealthCheckRepository,WritableHealthCheckRepository
public interface HasHealthChecks
An interface to represent an object which provides
HealthCheck-
Method Summary
Modifier and TypeMethodDescriptionstream()Returns a sequentialStreamwith the knownHealthCheckas its source.
-
Method Details
-
stream
Stream<HealthCheck> stream()Returns a sequentialStreamwith the knownHealthCheckas its source.
-