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

com.truward.brikar.common.log.metric.MetricsCollection Maven / Gradle / Ivy

The newest version!
package com.truward.brikar.common.log.metric;

import javax.annotation.ParametersAreNonnullByDefault;

/**
 * @author Alexander Shabanov
 */
@ParametersAreNonnullByDefault
public interface MetricsCollection {

  void add(Metrics metrics);

  /**
   * {@inheritDoc}
   * @return Produces metric string that can be used in log statement
   */
  String toString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy