com.qmetric.feed.consumer.FeedConsumer Maven / Gradle / Ivy
package com.qmetric.feed.consumer;
import java.util.List;
public interface FeedConsumer
{
List consume() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy