keepAlive
Injects additional (configured) elements if upstream does not emit for a configured amount of time.
Signature¶
Source.keepAlive
Flow.keepAlive
Description¶
Injects additional (configured) elements if upstream does not emit for a configured amount of time.
Reactive Streams semantics¶
emits when upstream emits an element or if the upstream was idle for the configured period
backpressures when downstream backpressures
completes when upstream completes
cancels when downstream cancels
1.0.3