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