EsSingleSubscriptionTransformer
Description
A transformer that converts a broadcast stream into a single-subscription stream.
This buffers the broadcast stream's events, which means that it starts listening to a stream as soon as it's bound.
Class Methods
<details> new
<pre><code> Answer a new init instance of <EsSingleSubscriptionTransformer>
Answers:
<EsSingleSubscriptionTransformer>
</code></pre> </details>
Instance Methods
<details> bind:
</details>
Last modified date: 04/21/2022