io.vertx.ext.dropwizard.impl.RequestMetric Maven / Gradle / Ivy
The newest version!
package io.vertx.ext.dropwizard.impl;
public class RequestMetric {
long requestBegin;
long requestEnd;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy