Liking cljdoc? Tell your friends :D

com.flocktory.protocol.tracer


IAfterBeginningOffsetscljprotocol

after-beginning-offsetsclj

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

IAfterCommitcljprotocol

after-commitclj

(after-commit this group-id offsets)
source

IAfterConsumecljprotocol

after-consumeclj

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

IAfterConsumePartitioncljprotocol

after-consume-partitionclj

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

IAfterConsumeRecordcljprotocol

after-consume-recordclj

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

IAfterEndOffsetscljprotocol

after-end-offsetsclj

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

IAfterPartitionsPausedcljprotocol

after-partitions-pausedclj

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

IAfterPartitionsResumedcljprotocol

after-partitions-resumedclj

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

IAfterPollcljprotocol

after-pollclj

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

IBeforeBeginningOffsetscljprotocol

before-beginning-offsetsclj

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

IBeforeCommitcljprotocol

before-commitclj

(before-commit this group-id offsets)
source

IBeforeConsumecljprotocol

before-consumeclj

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

IBeforeConsumePartitioncljprotocol

before-consume-partitionclj

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

IBeforeConsumeRecordcljprotocol

before-consume-recordclj

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

IBeforeEndOffsetscljprotocol

before-end-offsetsclj

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

IBeforePartitionsPausedcljprotocol

before-partitions-pausedclj

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

IBeforePartitionsResumedcljprotocol

before-partitions-resumedclj

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

IBeforePollcljprotocol

before-pollclj

(before-poll this group-id)
source

ICurrentOffsetscljprotocol

current-offsetsclj

(current-offsets this group-id offsets)
source

IOnConsumeErrorcljprotocol

on-consume-errorclj

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

IOnConsumePartitionErrorcljprotocol

on-consume-partition-errorclj

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

IOnConsumeRecordErrorcljprotocol

on-consume-record-errorclj

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

IOnConsumerFailcljprotocol

on-consumer-failclj

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

IOnConsumerFailLoopcljprotocol

on-consumer-fail-loopclj

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

IOnConsumerStartcljprotocol

on-consumer-startclj

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

IOnConsumerStopcljprotocol

on-consumer-stopclj

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

IOnPartitionsAssignedcljprotocol

on-partitions-assignedclj

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

IOnPartitionsRevokedcljprotocol

on-partitions-revokedclj

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

ITracerNamecljprotocol

tracer-nameclj

(tracer-name this)
source

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

× close