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
Instance Methods
Last modified date: 12/27/2024