Package io.getstream.cloud
Interface FeedSubscriber
-
public interface FeedSubscriber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java8.util.concurrent.CompletableFuture<ChannelSubscription>
subscribe(FeedID feedID, RealtimeMessageCallback messageCallback)
-
-
-
Method Detail
-
subscribe
java8.util.concurrent.CompletableFuture<ChannelSubscription> subscribe(FeedID feedID, RealtimeMessageCallback messageCallback)
-
-