| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.web.jersey |
Jersey 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 |
|---|---|
Collection<org.glassfish.jersey.server.model.Resource> |
JerseyEndpointResourceFactory.createEndpointResources(EndpointMapping endpointMapping,
Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes,
EndpointLinksResolver linksResolver,
boolean shouldRegisterLinks)
Creates
Resources for the operations of the given
webEndpoints. |
| Constructor and Description |
|---|
WebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes,
CorsConfiguration corsConfiguration,
EndpointLinksResolver linksResolver,
boolean shouldRegisterLinksMapping)
Creates a new
WebFluxEndpointHandlerMapping instance that provides mappings
for the given endpoints. |
| Constructor and Description |
|---|
WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes,
CorsConfiguration corsConfiguration,
EndpointLinksResolver linksResolver,
boolean shouldRegisterLinksMapping)
Creates a new
WebMvcEndpointHandlerMapping instance that provides mappings
for the given endpoints. |
WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes,
CorsConfiguration corsConfiguration,
EndpointLinksResolver linksResolver,
boolean shouldRegisterLinksMapping,
PathPatternParser pathPatternParser)
Creates a new
WebMvcEndpointHandlerMapping instance that provides mappings
for the given endpoints. |