Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
static <C> NamedContributor<C> |
NamedContributor.of(String name,
C contributor) |
Modifier and Type | Method and Description |
---|---|
default Stream<NamedContributor<C>> |
NamedContributors.stream()
Return a stream of the
named contributors . |