Liking cljdoc? Tell your friends :D

com.flocktory.protocol.tracer


IAfterBeginningOffsetscljprotocol

after-beginning-offsetsclj

(after-beginning-offsets this group-id opts offsets)

IAfterCommitcljprotocol

after-commitclj

(after-commit this group-id opts offsets)

IAfterConsumecljprotocol

after-consumeclj

(after-consume this group-id opts records-count)

IAfterConsumePartitioncljprotocol

after-consume-partitionclj

(after-consume-partition this group-id opts topic-partition records-count)

IAfterConsumeRecordcljprotocol

after-consume-recordclj

(after-consume-record this group-id opts record)

IAfterEndOffsetscljprotocol

after-end-offsetsclj

(after-end-offsets this group-id opts offsets)

IAfterPartitionsPausedcljprotocol

after-partitions-pausedclj

(after-partitions-paused this group-id opts topic-partitions)

IAfterPartitionsResumedcljprotocol

after-partitions-resumedclj

(after-partitions-resumed this group-id opts topic-partitions)

IAfterPollcljprotocol

after-pollclj

(after-poll this group-id opts records-count)

IBeforeBeginningOffsetscljprotocol

before-beginning-offsetsclj

(before-beginning-offsets this group-id opts)

IBeforeCommitcljprotocol

before-commitclj

(before-commit this group-id opts offsets)

IBeforeConsumecljprotocol

before-consumeclj

(before-consume this group-id opts records-count)

IBeforeConsumePartitioncljprotocol

before-consume-partitionclj

(before-consume-partition this group-id opts topic-partition records-count)

IBeforeConsumeRecordcljprotocol

before-consume-recordclj

(before-consume-record this group-id opts record)

IBeforeEndOffsetscljprotocol

before-end-offsetsclj

(before-end-offsets this group-id opts)

IBeforePartitionsPausedcljprotocol

before-partitions-pausedclj

(before-partitions-paused this group-id opts topic-partitions)

IBeforePartitionsResumedcljprotocol

before-partitions-resumedclj

(before-partitions-resumed this group-id opts topic-partitions)

IBeforePollcljprotocol

before-pollclj

(before-poll this group-id opts)

ICurrentOffsetscljprotocol

current-offsetsclj

(current-offsets this group-id opts offsets)

IOnConsumeErrorcljprotocol

on-consume-errorclj

(on-consume-error this group-id opts exception records-count)

IOnConsumePartitionErrorcljprotocol

on-consume-partition-errorclj

(on-consume-partition-error this
                            group-id
                            opts
                            topic-partition
                            records-count
                            exception)

IOnConsumeRecordErrorcljprotocol

on-consume-record-errorclj

(on-consume-record-error this group-id opts record exception)

IOnConsumerFailcljprotocol

on-consumer-failclj

(on-consumer-fail this group-id opts error)

IOnConsumerFailLoopcljprotocol

on-consumer-fail-loopclj

(on-consumer-fail-loop this group-id opts failed-ago)

IOnConsumerStartcljprotocol

on-consumer-startclj

(on-consumer-start this group-id opts)

IOnConsumerStopcljprotocol

on-consumer-stopclj

(on-consumer-stop this group-id opts)

IOnPartitionsAssignedcljprotocol

on-partitions-assignedclj

(on-partitions-assigned this group-id opts topic-partitions)

IOnPartitionsRevokedcljprotocol

on-partitions-revokedclj

(on-partitions-revoked this group-id opts topic-partitions)

ITracerNamecljprotocol

tracer-nameclj

(tracer-name this)

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

× close