Interface ISubscriberStreamService

    • Method Detail

      • getSubscriberStream

        ISubscriberStream getSubscriberStream​(IScope scope,
                                              String name)
        Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".
        Parameters:
        scope - the scope to return the stream from
        name - the name of the stream
        Returns:
        the stream object