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

Struct messageHandler

functional_producer_test.go:365–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365type messageHandler struct {
366 *testing.T
367 h func(ConsumerGroupSession, *ConsumerMessage)
368 started chan struct{}
369 startOnce sync.Once
370}
371
372func (h *messageHandler) Setup(s ConsumerGroupSession) error { return nil }
373func (h *messageHandler) Cleanup(s ConsumerGroupSession) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected