Interface AbstractWebMvcEndpointHandlerMapping.LinksHandler

Enclosing class:
AbstractWebMvcEndpointHandlerMapping
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface AbstractWebMvcEndpointHandlerMapping.LinksHandler
Handler providing actuator links at the root endpoint.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
    links(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     
  • Method Details

    • links

      @Nullable Object links(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)