io.continual.http.service.framework.CHttpMetricNamer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualHttp Show documentation
Show all versions of continualHttp Show documentation
Continual's HTTP service library.
The 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 );
}