Liking cljdoc? Tell your friends :D

exoscale.checkmate.protocols


Conditioncljprotocol

retry?clj

(retry? this state)

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 state)

Setups initial state before first run

Setups initial state before first run

update!clj

(update! this state)

Update state after error

Update state after error

ErrorEffectcljprotocol

error-effect!clj

(error-effect! this state)

Effect triggered upon error

Effect triggered upon error

FailureEffectcljprotocol

failure-effect!clj

(failure-effect! this state)

Effect triggered upon terminal failure

Effect triggered upon terminal failure

SetupEffectcljprotocol

setup-effect!clj

(setup-effect! this state)

Effect triggered before Run

Effect triggered before Run

SuccessEffectcljprotocol

success-effect!clj

(success-effect! this state)

Effect triggered upon success

Effect triggered upon success

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

× close