Back

make-flow-event-handler (clj)

(source)

function

(make-flow-event-handler {:keys [id db-path rules first-dispatch debug?], :or {debug? (clojure.core/deref *DEBUG?)}})
Given a flow definition, returns an event handler which implements this definition

Examples