Uses of Interface
kong.unirest.core.UniMetric
-
Packages that use UniMetric Package Description kong.unirest.core -
-
Uses of UniMetric in kong.unirest.core
Classes in kong.unirest.core that implement UniMetric Modifier and Type Class Description (package private) class
NoopMetric
Fields in kong.unirest.core declared as UniMetric Modifier and Type Field Description private UniMetric
Config. metrics
Methods in kong.unirest.core that return UniMetric Modifier and Type Method Description UniMetric
Config. getMetric()
Methods in kong.unirest.core with parameters of type UniMetric Modifier and Type Method Description Config
Config. instrumentWith(UniMetric metric)
Add a metric object for instrumentation
-