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

com.bazaarvoice.emodb.databus.core.EventSource Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy