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

io.codemonastery.dropwizard.kinesis.producer.PutterMetrics Maven / Gradle / Ivy

The newest version!
package io.codemonastery.dropwizard.kinesis.producer;

import java.io.Closeable;

public interface PutterMetrics {

    Closeable time();

    void sent(long successCount, long failedCount);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy