
io.codemonastery.dropwizard.kinesis.consumer.BatchConsumer 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.consumer;
import java.util.List;
public interface BatchConsumer {
boolean consume(List batch) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy