All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.undertow.servlet.api.MetricsCollector Maven / Gradle / Ivy

package io.undertow.servlet.api;

import io.undertow.server.handlers.MetricsHandler;

/**
 * An interface that can be used to collect Servlet metrics
 *
 * @author Tomaz Cerar (c) 2014 Red Hat Inc.
 */
public interface MetricsCollector {

    void registerMetric(String servletName, MetricsHandler handler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy