com.bazaarvoice.emodb.databus.core.EventSource Maven / Gradle / Ivy
package com.bazaarvoice.emodb.databus.core;
import com.bazaarvoice.emodb.event.api.EventData;
import java.util.Collection;
import java.util.List;
public interface EventSource {
List get(int limit);
void delete(Collection eventKeys);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy