Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer interface {
Start(ctx context.Context)
RegisterHandler(handler EventHandler)
Close()
}
func NewKafkaConsumer ¶
func NewKafkaConsumer(opts *KafkaConsumerOpts) Consumer
type EventHandler ¶
Click to show internal directories.
Click to hide internal directories.