接口 HealthEndpointGroupsPostProcessor
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Hook that allows for custom modification of
HealthEndpointGroups
— for
example, automatically adding additional auto-configured groups.- 从以下版本开始:
- 2.3.0
- 作者:
- Phillip Webb, Brian Clozel
-
方法概要
-
方法详细资料
-
postProcessHealthEndpointGroups
Post-process the givenHealthEndpointGroups
instance.- 参数:
groups
- the existing groups instance- 返回:
- a post-processed groups instance, or the original instance if not post-processing was required
-