Package io.split.client.events
Interface EventsStorage
-
- All Superinterfaces:
EventsStorageConsumer,EventsStorageProducer
- All Known Implementing Classes:
InMemoryEventsStorage,NoopEventsStorageImp
public interface EventsStorage extends EventsStorageConsumer, EventsStorageProducer
-
-
Method Summary
-
Methods inherited from interface io.split.client.events.EventsStorageConsumer
isFull, pop, popAll
-
Methods inherited from interface io.split.client.events.EventsStorageProducer
track
-
-