![JAR search and dependency download from the Maven repository](/logo.png)
com.qmetric.feed.consumer.EntryConsumer Maven / Gradle / Ivy
package com.qmetric.feed.consumer;
public interface EntryConsumer
{
boolean consume(TrackedEntry trackedEntry) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy