Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DealHandler ¶
type DealHandler func(msg *sarama.ConsumerMessage) error
type Process ¶
type Process interface {
Deal(msg *sarama.ConsumerMessage) error
}
Click to show internal directories.
Click to hide internal directories.