All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.getstream.cloud.FeedSubscriber Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
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