Liking cljdoc? Tell your friends :D

hive-rss.pipeline.deliver

Where new items go: filed as memory notes, or ingested by hive-ingestor.

:rss/sink picks. "memory" files notes. "ingestor" ingests, and a call that fails leaves the items unseen for the next poll. "auto" ingests when the host offers a :tools/invoke port and falls back to notes for a batch the ingestor could not take, so items are delivered either way.

Where new items go: filed as memory notes, or ingested by hive-ingestor.

`:rss/sink` picks. `"memory"` files notes. `"ingestor"` ingests, and a
call that fails leaves the items unseen for the next poll. `"auto"` ingests
when the host offers a `:tools/invoke` port and falls back to notes for a
batch the ingestor could not take, so items are delivered either way.
raw docstring

chooseclj

(choose settings invoke feed-cache file!)

The :deliver! for settings given the host's invoke (nil when none), or nil to file notes entry by entry through file!.

The `:deliver!` for `settings` given the host's `invoke` (nil when none), or
nil to file notes entry by entry through `file!`.
sourceraw docstring

ingestor-deliverclj

(ingestor-deliver invoke feed-cache)

A :deliver! that ingests through invoke. The feed is handed to the rss source through feed-cache for the duration of the call, so the ingest does not fetch it again.

A `:deliver!` that ingests through `invoke`. The feed is handed to the `rss`
source through `feed-cache` for the duration of the call, so the ingest does
not fetch it again.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close