Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory interface { New(name string) (Queue, error) NewProducer(name string) (Producer, error) NewConsumer(name string) (Consumer, error) }
func NewFactory ¶
type FactoryFunc ¶
func (FactoryFunc) NewConsumer ¶
func (f FactoryFunc) NewConsumer(name string) (Consumer, error)
func (FactoryFunc) NewProducer ¶
func (f FactoryFunc) NewProducer(name string) (Producer, error)
Click to show internal directories.
Click to hide internal directories.