io.getstream.cloud.FeedSubscriber Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stream-java Show documentation
Show all versions of stream-java Show documentation
Stream Feeds Java Client for backend and android integrations
package io.getstream.cloud;
import io.getstream.core.faye.subscription.ChannelSubscription;
import io.getstream.core.models.FeedID;
import java8.util.concurrent.CompletableFuture;
public interface FeedSubscriber {
CompletableFuture subscribe(
FeedID feedID, RealtimeMessageCallback messageCallback);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy