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