Overload List

NameDescription
Subscribe(String)
Subscribes to the named stream.
Subscribe(StreamProperties)
Subscribes to the given stream.
Subscribe(String, String, String)
Subscribes to a stream with a predicate to apply to output tuples. The stream name of dequeued tuples is sLogicalStream. When unsubscribing, use sLogicalStream.
Subscribe(StreamProperties, String, String)
Subscribes to a stream with a predicate to apply to output tuples. The stream name of dequeued tuples is sLogicalStream. When unsubscribing, use sLogicalStream.

See Also