MCPcopy
hub / github.com/IBM/sarama / interceptors

Method interceptors

consumer.go:1002–1006  ·  view source on GitHub ↗
(msg *ConsumerMessage)

Source from the content-addressed store, hash-verified

1000}
1001
1002func (child *partitionConsumer) interceptors(msg *ConsumerMessage) {
1003 for _, interceptor := range child.conf.Consumer.Interceptors {
1004 msg.safelyApplyInterceptor(interceptor)
1005 }
1006}
1007
1008// Pause implements PartitionConsumer.
1009func (child *partitionConsumer) Pause() {

Callers 1

responseFeederMethod · 0.95

Calls 1

Tested by

no test coverage detected