Reactive channel with delayed emission to subscribers on push().
Capabilities: isInput, isOutput, isPushable, isSubscribable
Mechanics:
Each push() gets its own timer — multiple push() calls result in multiple delayed notifications.
Configuration (DelayedPushChannelTransferConfig):
Difference from PushChannelTransfer:
Use cases:
Protected
Readonly
Reactive channel with delayed emission to subscribers on push().
Capabilities: isInput, isOutput, isPushable, isSubscribable
Mechanics:
Each push() gets its own timer — multiple push() calls result in multiple delayed notifications.
Configuration (DelayedPushChannelTransferConfig):
Difference from PushChannelTransfer:
Use cases: