ai.promoted.delivery.client.Metrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
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