Package io.split.client.impressions
Interface ImpressionsStorageConsumer
-
- All Known Subinterfaces:
ImpressionsStorage
- All Known Implementing Classes:
InMemoryImpressionsStorage,UserCustomImpressionAdapterConsumer
public interface ImpressionsStorageConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFull()List<KeyImpression>pop()List<KeyImpression>pop(int count)
-
-
-
Method Detail
-
pop
List<KeyImpression> pop(int count)
-
pop
List<KeyImpression> pop()
-
isFull
boolean isFull()
-
-