java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
cloud.piranha.microprofile.smallrye.health.SmallRyeHealthServlet
All Implemented Interfaces:
Servlet, ServletConfig, Serializable

@WebServlet(name="SmallRyeHealthServlet", urlPatterns="/health") public class SmallRyeHealthServlet extends HttpServlet
The Smallrye Health Servlet.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Constructor Details

    • SmallRyeHealthServlet

      public SmallRyeHealthServlet()
  • Method Details