接口 ExposableServletEndpoint

所有超级接口:
ExposableEndpoint<Operation>, PathMappedEndpoint

@Deprecated(since="3.3.0", forRemoval=true) public interface ExposableServletEndpoint extends ExposableEndpoint<Operation>, PathMappedEndpoint
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.0 in favor of @Endpoint and @WebEndpoint
Information describing an endpoint that can be exposed by registering a servlet.
从以下版本开始:
2.0.0
作者:
Phillip Webb
  • 方法详细资料

    • getEndpointServlet

      EndpointServlet getEndpointServlet()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
      Return details of the servlet that should be registered.
      返回:
      the endpoint servlet