Uses of Class
io.split.client.events.WrappedEvent
-
Packages that use WrappedEvent Package Description io.split.client.events io.split.storages.pluggable.adapters -
-
Uses of WrappedEvent in io.split.client.events
Methods in io.split.client.events that return WrappedEvent Modifier and Type Method Description WrappedEventEventsStorageConsumer. pop()WrappedEventInMemoryEventsStorage. pop()WrappedEventNoopEventsStorageImp. pop()Methods in io.split.client.events that return types with arguments of type WrappedEvent Modifier and Type Method Description List<WrappedEvent>EventsStorageConsumer. popAll()List<WrappedEvent>InMemoryEventsStorage. popAll()List<WrappedEvent>NoopEventsStorageImp. popAll() -
Uses of WrappedEvent in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters that return WrappedEvent Modifier and Type Method Description WrappedEventUserCustomEventAdapterConsumer. pop()Methods in io.split.storages.pluggable.adapters that return types with arguments of type WrappedEvent Modifier and Type Method Description List<WrappedEvent>UserCustomEventAdapterConsumer. popAll()
-