(init! system-map world)
setup components and store them in the world
setup components and store them in the world
(request-arrived! route world)
(request-arrived! route {:keys [path-params body supress-errors]} world)
(try-consume! topic message world)
Try to consume message and, if any error is thrown while consuming, add the error to world in path [:consumption-errors <topic>]
Try to consume message and, if any error is thrown while consuming, add the error to world in path [:consumption-errors <topic>]
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 |