Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (*Config) AfterInject ¶
func (c *Config) AfterInject()
func (*Config) BeforeInject ¶
func (c *Config) BeforeInject()
type Consumer ¶
type Consumer struct {
sarama.Consumer
Conf ConsumerConfig
}
type ConsumerConfig ¶
type ConsumerConfig Config
func (*ConsumerConfig) AfterInject ¶
func (c *ConsumerConfig) AfterInject()
func (*ConsumerConfig) BeforeInject ¶
func (c *ConsumerConfig) BeforeInject()
type Producer ¶
type Producer struct {
sarama.SyncProducer
Conf ProducerConfig
}
type ProducerConfig ¶
type ProducerConfig Config
func (*ProducerConfig) AfterInject ¶
func (c *ProducerConfig) AfterInject()
func (*ProducerConfig) BeforeInject ¶
func (c *ProducerConfig) BeforeInject()
func (*ProducerConfig) Build ¶
func (c *ProducerConfig) Build() (sarama.SyncProducer, error)
Click to show internal directories.
Click to hide internal directories.