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.
since 3.3.0 in favor of @Endpoint and @WebEndpoint
Information describing an endpoint that can be exposed by registering a servlet.
Since:
2.0.0
Author:
Phillip Webb
  • 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