(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 is a website building & hosting documentation for Clojure/Script libraries
× close