- All Implemented Interfaces:
io.jooby.Route.Aware, io.jooby.Route.Handler, Serializable
public class MetricHandler
extends Object
implements io.jooby.Route.Handler
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
apply(io.jooby.Context ctx)
Methods inherited from interface io.jooby.Route.Aware
setRoute
Methods inherited from interface io.jooby.Route.Handler
then
-
Constructor Details
-
MetricHandler
public MetricHandler()
-
Method Details
-
apply
@NonNull
public Object apply(@NonNull
io.jooby.Context ctx)
- Specified by:
apply in interface io.jooby.Route.Handler