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

com.giffing.bucket4j.spring.boot.starter.context.metrics.MetricHandler Maven / Gradle / Ivy

The newest version!
package com.giffing.bucket4j.spring.boot.starter.context.metrics;

import java.util.List;

public interface MetricHandler {

    void handle(MetricType type, String name, long counterIncrement, List tags);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy