(->healthcheck {:keys [project-id subscription-id]
:as _pub-sub-subscriber-opts})
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close