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

io.split.client.impressions.ImpressionsStorageConsumer Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
package io.split.client.impressions;

import io.split.client.dtos.KeyImpression;

import java.util.List;

public interface ImpressionsStorageConsumer {
    List pop(int count);
    List pop();
    boolean isFull();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy