
io.codemonastery.dropwizard.kinesis.producer.PutterMetrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-kinesis Show documentation
Show all versions of dropwizard-kinesis Show documentation
Kinesis Integration for dropwizard
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