
io.split.storages.pluggable.adapters.UserCustomEventAdapterConsumer Maven / Gradle / Ivy
package io.split.storages.pluggable.adapters;
import io.split.client.dtos.Event;
import io.split.client.events.EventsStorageConsumer;
import io.split.client.events.WrappedEvent;
public class UserCustomEventAdapterConsumer implements EventsStorageConsumer {
@Override
public WrappedEvent pop() {
//No-Op
return new WrappedEvent(new Event(), 0L);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy