Class JsonRecorder
- java.lang.Object
-
- io.quarkus.micrometer.runtime.export.JsonRecorder
-
public class JsonRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JsonHandlerhandler
-
Constructor Summary
Constructors Constructor Description JsonRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonHandlergetHandler()Consumer<io.vertx.ext.web.Route>route()
-
-
-
Field Detail
-
handler
JsonHandler handler
-
-
Method Detail
-
getHandler
public JsonHandler getHandler()
-
route
public Consumer<io.vertx.ext.web.Route> route()
-
-