Reactive channel with debounced emission to subscribers on push().
Capabilities: isInput, isOutput, isPushable, isSubscribable
Mechanics:
Each new push() resets the timer — subscribers are notified only after delay ms of silence following the last push().
Configuration (DebounceTransferConfig):
Difference from DelayedPushChannelTransfer:
Use cases:
Protected
Readonly
Reactive channel with debounced emission to subscribers on push().
Capabilities: isInput, isOutput, isPushable, isSubscribable
Mechanics:
Each new push() resets the timer — subscribers are notified only after delay ms of silence following the last push().
Configuration (DebounceTransferConfig):
Difference from DelayedPushChannelTransfer:
Use cases: