Liking cljdoc? Tell your friends :D

exoscale.checkmate.protocols


Conditioncljprotocol

retry?clj

(retry? this ctx)

Returns true if we should retry upon error on this run

Returns true if we should retry upon error on this run

setup!clj

(setup! this ctx)

Setups initial ctx before first run

Setups initial ctx before first run

update!clj

(update! this ctx)

Update ctx after error

Update ctx after error

ErrorEffectcljprotocol

error-effect!clj

(error-effect! this ctx)

Effect triggered upon error

Effect triggered upon error

FailureEffectcljprotocol

failure-effect!clj

(failure-effect! this ctx)

Effect triggered upon terminal failure

Effect triggered upon terminal failure

SetupEffectcljprotocol

setup-effect!clj

(setup-effect! this ctx)

Effect triggered before Run

Effect triggered before Run

SuccessEffectcljprotocol

success-effect!clj

(success-effect! this ctx)

Effect triggered upon success

Effect triggered upon success

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

× close