Documentation ¶
Index ¶
Constants ¶
View Source
const BROKER_URL = "http://localhost:3000"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
Producer for queue events/messages
func NewProducer ¶
func NewProducer(config ProducerConfig) *Producer
func (*Producer) ProduceBatch ¶
type ProducerConfig ¶
type ProducerConfig struct { }
Click to show internal directories.
Click to hide internal directories.