Interface ExposableServletEndpoint
- All Superinterfaces:
ExposableEndpoint<Operation>
,PathMappedEndpoint
@Deprecated(since="3.3.0",
forRemoval=true)
public interface ExposableServletEndpoint
extends ExposableEndpoint<Operation>, PathMappedEndpoint
Deprecated, for removal: This API element is subject to removal in a future version.
Information describing an endpoint that can be exposed by registering a servlet.
- Since:
- 2.0.0
- Author:
- Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Return details of the servlet that should be registered.Methods inherited from interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
getDefaultAccess, getEndpointId, getOperations, isEnableByDefault
Methods inherited from interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
getAdditionalPaths, getRootPath
-
Method Details
-
getEndpointServlet
EndpointServlet getEndpointServlet()Deprecated, for removal: This API element is subject to removal in a future version.Return details of the servlet that should be registered.- Returns:
- the endpoint servlet
-
@Endpoint
and@WebEndpoint