com.qmetric.feed.consumer.EntryConsumer Maven / Gradle / Ivy
package com.qmetric.feed.consumer;
import com.theoryinpractise.halbuilder.api.ReadableRepresentation;
public interface EntryConsumer
{
void consume(ReadableRepresentation feedEntry) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy