#
Interface: Publisher<T>"urx/src/actions".Publisher
A Publisher is the input end of a Stream. The publish action publishes values in publishers.
#
Type parametersName | Description |
---|---|
T | the type of values to be published. |
#
HierarchyPublisher
↳ Stream
↳ StatefulStream