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

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

There is a newer version: 6.5.190
Show 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 - 2025 Weber Informatics LLC | Privacy Policy