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

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