Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWriterFactory ¶
func NewWriterFactory(config WriterFactoryConfig) queue.WriterFactory
NewWriterFactory returns an an AMQP-based implementation of the queue.WriterFactory interface.
Types ¶
type WriterFactoryConfig ¶
type WriterFactoryConfig struct { // Address is the address of the AMQP-based messaging server. Address string // Username is the SASL username to use when connecting to the AMQP-based // messaging server. Username string // Password is the SASL password to use when connection to the AMQP-based // messaging server. Password string }
WriterFactoryConfig encapsulates details required for connecting an AMQP-based implementation of the queue.WriterFactory interface to an underlying AMQP-based messaging service.
Click to show internal directories.
Click to hide internal directories.