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.
  • Method Summary

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

    • links

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