EsCloseGuaranteeChannel
Description
An <EsStreamChannel> that specifically enforces the stream channel guarantee that closing the sink causes the stream to close before it emits any more events
This is exposed via EsStreamChannel class>>withCloseGuarantee:sink:.
Instance State
  • stream: <EsCloseGuaranteeStream>
  • sink: <EsCloseGuaranteeSink>
  • subscription: <EsStreamSubscription> or nil. The subscription to the inner stream.
  • disconnected: <Boolean> defaults to false. Whether the sink has closed, causing the underlying channel to
disconnect.
Class Methods
<details> stream:sink:
No comment
</details>
Instance Methods
<details> sink
No comment
</details>
<details> stream
No comment
</details>
Last modified date: 04/21/2022