Liking cljdoc? Tell your friends :D

goose.specs


assert-redis-consumerclj

(assert-redis-consumer conn-opts scheduler-polling-interval-sec)
source

assert-redis-producerclj

(assert-redis-producer conn-opts)
source

assert-rmq-consumerclj

(assert-rmq-consumer opts)
source

assert-rmq-producerclj

(assert-rmq-producer opts channels)
source

assert-statsdclj

(assert-statsd opts)
source

assert-workerclj

(assert-worker opts)
source

instrumentclj

(instrument)

Instruments frequently-called functions.
By default, Instrumentation is disabled.
It is recommended to enable Specs in Development & Staging.
Disabling Specs in Production has a 40% performance improvement.
Only disable Specs in Production after thorough testing in Staging.

Instruments frequently-called functions.\
By default, Instrumentation is disabled.\
It is recommended to enable Specs in Development & Staging.\
Disabling Specs in Production has a 40% performance improvement.\
Only disable Specs in Production after thorough testing in Staging.
sourceraw docstring

unstrumentclj

(unstrument)

Disables instrumentation of frequently-called functions.

Disables instrumentation of frequently-called functions.
sourceraw docstring

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

× close