Interface ExposableServletEndpoint
- All Superinterfaces:
ExposableEndpoint<Operation>
,PathMappedEndpoint
Information describing an endpoint that can be exposed by registering a servlet.
- Since:
- 2.0.0
- Author:
- Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionReturn details of the servlet that should be registered.Methods inherited from interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
getEndpointId, getOperations, isEnableByDefault
Methods inherited from interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
getRootPath
-
Method Details
-
getEndpointServlet
EndpointServlet getEndpointServlet()Return details of the servlet that should be registered.- Returns:
- the endpoint servlet
-