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

com.yammer.metrics.jdbi.strategies.StatementNameStrategy Maven / Gradle / Ivy

package com.yammer.metrics.jdbi.strategies;

import org.skife.jdbi.v2.StatementContext;

import com.yammer.metrics.core.MetricName;

/**
 * Interface for strategies to statement contexts to metric names.
 */
public interface StatementNameStrategy {
    MetricName getStatementName(StatementContext statementContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy