public interface SubscriptionHandle
SubscriptionHandle represents a one-to-one lifecycle of a ChannelListener
subscribing to a OutputChannelReader.
It can only be used once by a single OutputChannelReader.
It is used to cancel demand (and allow resource cleanup).
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Request to stop sending data and clean up resources.
|