Package io.split.client.events
Interface EventsStorageConsumer
-
- All Known Subinterfaces:
EventsStorage
- All Known Implementing Classes:
InMemoryEventsStorage,NoopEventsStorageImp,UserCustomEventAdapterConsumer
public interface EventsStorageConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFull()WrappedEventpop()List<WrappedEvent>popAll()
-
-
-
Method Detail
-
pop
WrappedEvent pop()
-
popAll
List<WrappedEvent> popAll()
-
isFull
boolean isFull()
-
-