Interface HealthEndpointGroupsPostProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Hook that allows for custom modification of
HealthEndpointGroups
— for
example, automatically adding additional auto-configured groups.- Since:
- 2.3.0
- Author:
- Phillip Webb, Brian Clozel
-
Method Summary
-
Method Details
-
postProcessHealthEndpointGroups
Post-process the givenHealthEndpointGroups
instance.- Parameters:
groups
- the existing groups instance- Returns:
- a post-processed groups instance, or the original instance if not post-processing was required
-