Liking cljdoc? Tell your friends :D

weller.pipe


add-filtered-tapclj

(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`.
sourceraw docstring

component-nameclj

source

make-pipeclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close