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

ai.promoted.delivery.client.Metrics Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package ai.promoted.delivery.client;

import ai.promoted.proto.event.LogRequest;

public interface Metrics {

  /**
   * Do metrics logging.
   *
   * @param logRequest the log request
   * @throws DeliveryException any delivery exception that may occur
   */
  void runMetricsLogging(LogRequest logRequest) throws DeliveryException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy