Class HealthCheckHandler

java.lang.Object
io.jooby.metrics.HealthCheckHandler
All Implemented Interfaces:
io.jooby.Route.Aware, io.jooby.Route.Handler, Serializable

public class HealthCheckHandler extends Object implements io.jooby.Route.Handler
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(io.jooby.Context ctx)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.jooby.Route.Aware

    setRoute

    Methods inherited from interface io.jooby.Route.Handler

    then
  • Constructor Details

    • HealthCheckHandler

      public HealthCheckHandler()
  • Method Details

    • apply

      @NonNull public Object apply(@NonNull io.jooby.Context ctx)
      Specified by:
      apply in interface io.jooby.Route.Handler