| 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(Collection<ExposableWebEndpoint> endpoints,
String requestUrl)
Resolves links to the operations of the given {code webEndpoints} based on a
request with the given
requestUrl. |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Map<String,Link>> |
WebFluxEndpointHandlerMapping.links(org.springframework.web.server.ServerWebExchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Map<String,Link>> |
WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.