Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Link> |
EndpointLinksResolver.resolveLinks(String requestUrl)
Resolves links to the known endpoints based on a request with the given
requestUrl . |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Map<String,Link>> |
WebFluxEndpointHandlerMapping.links(ServerWebExchange exchange) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Map<String,Link>> |
WebMvcEndpointHandlerMapping.links(HttpServletRequest request,
HttpServletResponse response) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.