Liking cljdoc? Tell your friends :D

clj-gcp.pub-sub.core


->healthcheckclj

(->healthcheck {:keys [project-id subscription-id]
                :as _pub-sub-subscriber-opts})
source

ack?clj

(ack? {:keys [ok? retry?] :or {ok? true retry? true}})

Returns whether or not to ACK a result or not. Successful processing will always result in a ACK. Unsuccessful items will be ACK-ed if we do not wish to retry processing at a later time

Returns whether or not to ACK a result or not.
Successful processing will always result in a ACK.
Unsuccessful items will be ACK-ed *if* we do not wish to retry processing at a later time
sourceraw docstring

start-subscriberclj

(start-subscriber {:keys [project-id subscription-id] :as opts})
source

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

× close