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

com.bazaarvoice.emodb.sortedq.api.Consumer Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.sortedq.api;

import java.nio.ByteBuffer;
import java.util.List;

public interface Consumer {
    void consume(List records);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy