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.

@FunctionalInterface public interface HealthEndpointGroupsPostProcessor
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 Details

    • postProcessHealthEndpointGroups

      HealthEndpointGroups postProcessHealthEndpointGroups(HealthEndpointGroups groups)
      Post-process the given HealthEndpointGroups instance.
      Parameters:
      groups - the existing groups instance
      Returns:
      a post-processed groups instance, or the original instance if not post-processing was required