Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
func NewConsumer ¶
func NewConsumer(config ConsumerConfig) (*Consumer, error)
func (*Consumer) CommitMessage ¶
func (*Consumer) Disconnect ¶
func (*Consumer) ReadMessage ¶
type ConsumerConfig ¶
type Message ¶
func NewMessage ¶
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
func NewProducer ¶
func NewProducer(config ProducerConfig) (*Producer, error)
func (*Producer) Disconnect ¶
func (*Producer) SendMessage ¶
Click to show internal directories.
Click to hide internal directories.