接口 ExposableServletEndpoint
- 所有超级接口:
ExposableEndpoint<Operation>
,PathMappedEndpoint
@Deprecated(since="3.3.0",
forRemoval=true)
public interface ExposableServletEndpoint
extends ExposableEndpoint<Operation>, PathMappedEndpoint
已过时, 待删除: 此 API 元素将从以后的版本中删除。
Information describing an endpoint that can be exposed by registering a servlet.
- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
-
方法概要
修饰符和类型方法说明已过时, 待删除: 此 API 元素将从以后的版本中删除。Return details of the servlet that should be registered.从接口继承的方法 org.springframework.boot.actuate.endpoint.ExposableEndpoint
getDefaultAccess, getEndpointId, getOperations, isEnableByDefault
从接口继承的方法 org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
getAdditionalPaths, getRootPath
-
方法详细资料
-
getEndpointServlet
EndpointServlet getEndpointServlet()已过时, 待删除: 此 API 元素将从以后的版本中删除。Return details of the servlet that should be registered.- 返回:
- the endpoint servlet
-
@Endpoint
and@WebEndpoint