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

com.github.bingoohuang.blackcat.instrument.callback.BlackcatMetricMsg Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.blackcat.instrument.callback;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data @AllArgsConstructor
public class BlackcatMetricMsg {
    private final String metricName;
    private final long countValue;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy