Liking cljdoc? Tell your friends :D

hedge.azure.function-app


azure->queuecljs

(azure->queue message)

Converts incoming queue message to Hedge queue message handler

Converts incoming queue message to Hedge queue message handler
sourceraw docstring

azure->ringcljs

(azure->ring req)
source

azure->timercljs

(azure->timer timer)

Converts incoming timer trigger to Hedge timer handler

Converts incoming timer trigger to Hedge timer handler
sourceraw docstring

azure-api-functioncljmacro

(azure-api-function f & {:keys [inputs outputs]})
source

azure-api-function-wrappercljs

(azure-api-function-wrapper handler & {:keys [inputs outputs]})

wrapper used for http in / http out api function

wrapper used for http in / http out api function
sourceraw docstring

azure-queue-functioncljmacro

(azure-queue-function f & {:keys [inputs outputs]})
source

azure-queue-function-wrappercljs

(azure-queue-function-wrapper handler & {:keys [inputs outputs]})

wrapper used for timer-triggered function

wrapper used for timer-triggered function
sourceraw docstring

azure-timer-functioncljmacro

(azure-timer-function f & {:keys [inputs outputs]})
source

azure-timer-function-wrappercljs

(azure-timer-function-wrapper handler & {:keys [inputs outputs]})

wrapper used for timer-triggered function

wrapper used for timer-triggered function
sourceraw docstring

bindings->inputscljs

(bindings->inputs context inputs)

Context.bindings mapping for inputs

Context.bindings mapping for inputs
sourceraw docstring

Codeccljsprotocol

serializecljs

(serialize this data)

deserializecljs

(deserialize this message)
source

digcljs

(dig headers header-name clean-fn)
source

outputs->bindingscljs

(outputs->bindings context outputs)

bind outputs to bindings

bind outputs to bindings
sourceraw docstring

queue->azurecljs

(queue->azure context & {:keys [outputs]})

Returns queue triggered handlers result to azure

Returns queue triggered handlers result to azure
sourceraw docstring

ring->azurecljs

(ring->azure context & {:keys [outputs]})
source

serialize-responsecljs

(serialize-response codec resp)
source

timer->azurecljs

(timer->azure context & {:keys [outputs]})

Returns timers result to azure

Returns timers result to azure
sourceraw docstring

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

× close