Interface ExposableServletEndpoint

All Superinterfaces:
ExposableEndpoint<Operation>, PathMappedEndpoint

public interface ExposableServletEndpoint extends ExposableEndpoint<Operation>, PathMappedEndpoint
Information describing an endpoint that can be exposed by registering a servlet.
Since:
2.0.0
Author:
Phillip Webb
  • Method Details

    • getEndpointServlet

      EndpointServlet getEndpointServlet()
      Return details of the servlet that should be registered.
      Returns:
      the endpoint servlet