Class ThreadDumpHandler

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

public class ThreadDumpHandler 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

    • ThreadDumpHandler

      public ThreadDumpHandler()
  • Method Details

    • apply

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