Liking cljdoc? Tell your friends :D

framework.interceptor.queue

Interceptor executor. Collects and executes interceptors and the given action in between.

Interceptor executor.
Collects and executes interceptors and the given action in between.
raw docstring

action->tryclj

(action->try action)
source

executeclj

(execute state default-interceptors)

Execute the interceptors queue and invoke the action procedure between its enter-leave stacks.

Execute the interceptors queue and invoke the
action procedure between its enter-leave stacks.
sourceraw docstring

interceptor->fnclj

(interceptor->fn side interceptor)

Parse the interceptor function 'side' (:enter/:leave) to a lambda function that uses the try-catch approach to handle the interceptor exception if occurs.

Parse the interceptor function 'side' (:enter/:leave) to
a lambda function that uses the try-catch approach to
handle the interceptor exception if occurs.
sourceraw docstring

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

× close