Package kong.unirest

Interface UniMetric


  • public interface UniMetric
    A UniMetric is a factory for producing a MetricContext this will be called just before any Http Request
    • Method Detail

      • begin

        MetricContext begin​(HttpRequestSummary request)
        Factory method for a MetricContext
        Parameters:
        request - A summary of the current Http Request about to be performed
        Returns:
        a MetricContext for this request