(after-beginning-offsets this group-id opts offsets)
(after-commit this group-id opts offsets)
(after-consume this group-id opts records-count)
(after-consume-partition this group-id opts topic-partition records-count)
(after-consume-record this group-id opts record)
(after-end-offsets this group-id opts offsets)
(after-partitions-paused this group-id opts topic-partitions)
(after-partitions-resumed this group-id opts topic-partitions)
(after-poll this group-id opts records-count)
(before-beginning-offsets this group-id opts)
(before-commit this group-id opts offsets)
(before-consume this group-id opts records-count)
(before-consume-partition this group-id opts topic-partition records-count)
(before-consume-record this group-id opts record)
(before-end-offsets this group-id opts)
(before-partitions-paused this group-id opts topic-partitions)
(before-partitions-resumed this group-id opts topic-partitions)
(before-poll this group-id opts)
(current-offsets this group-id opts offsets)
(on-consume-error this group-id opts exception records-count)
(on-consume-partition-error this
group-id
opts
topic-partition
records-count
exception)
(on-consume-record-error this group-id opts record exception)
(on-consumer-fail this group-id opts error)
(on-consumer-fail-loop this group-id opts failed-ago)
(on-consumer-start this group-id opts)
(on-consumer-stop this group-id opts)
(on-partitions-assigned this group-id opts topic-partitions)
(on-partitions-revoked this group-id opts topic-partitions)
(tracer-name this)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close