Interface ISubscriberStreamService

All Superinterfaces:
IScopeService

public interface ISubscriberStreamService extends IScopeService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".
  • Field Details

  • Method Details

    • 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