Class UserCustomEventAdapterConsumer
- java.lang.Object
-
- io.split.storages.pluggable.adapters.UserCustomEventAdapterConsumer
-
- All Implemented Interfaces:
EventsStorageConsumer
public class UserCustomEventAdapterConsumer extends Object implements EventsStorageConsumer
-
-
Constructor Summary
Constructors Constructor Description UserCustomEventAdapterConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFull()WrappedEventpop()List<WrappedEvent>popAll()
-
-
-
Method Detail
-
pop
public WrappedEvent pop()
- Specified by:
popin interfaceEventsStorageConsumer
-
popAll
public List<WrappedEvent> popAll()
- Specified by:
popAllin interfaceEventsStorageConsumer
-
isFull
public boolean isFull()
- Specified by:
isFullin interfaceEventsStorageConsumer
-
-