(add-filtered-tap this pred f)Adds a filtered (by pred) tap to the pipe. Filtered messages are processed by function f.
Adds a filtered (by `pred`) tap to the pipe. Filtered messages are processed by function `f`.
(make-pipe)(make-pipe pred f)Creates a pipe with a built-in ActiveMQ listener.
If a predicate pred and a function f are provided, then also add a filtered tap to it and start the pipe.
Creates a pipe with a built-in ActiveMQ listener. If a predicate `pred` and a function `f` are provided, then also add a filtered tap to it and start the pipe.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |