Uses of Class
org.springframework.boot.actuate.endpoint.web.EndpointServlet
Package
Description
Web support for actuator endpoints.
-
Uses of EndpointServlet in org.springframework.boot.actuate.endpoint.web
Modifier and TypeMethodDescriptionExposableServletEndpoint.getEndpointServlet()
Deprecated, for removal: This API element is subject to removal in a future version.Return details of the servlet that should be registered.EndpointServlet.withInitParameter
(String name, String value) Deprecated, for removal: This API element is subject to removal in a future version.EndpointServlet.withInitParameters
(Map<String, String> initParameters) Deprecated, for removal: This API element is subject to removal in a future version.EndpointServlet.withLoadOnStartup
(int loadOnStartup) Deprecated, for removal: This API element is subject to removal in a future version.Sets theloadOnStartup
priority that will be set on Servlet registration.