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

io.continual.http.service.framework.CHttpMetricNamer Maven / Gradle / Ivy

There is a newer version: 0.3.16
Show newest version
package io.continual.http.service.framework;

import io.continual.http.service.framework.context.CHttpRequest;
import io.continual.util.naming.Path;

public interface CHttpMetricNamer
{
	Path getMetricNameFor ( CHttpRequest req );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy