Documentation ¶
Index ¶
- type Queue
- type QueueName
- type RabbitMq
- func (r *RabbitMq) Connection() *amqp.Connection
- func (r *RabbitMq) Consume(queues []string, deliveryChannel chan<- amqp.Delivery) error
- func (r *RabbitMq) ConsumeChannel() *amqp.Channel
- func (r *RabbitMq) DeclareQueues(queues []*Queue) error
- func (r *RabbitMq) Publish(exchange string, key string, mandatory bool, immediate bool, ...) error
- func (r *RabbitMq) PublishChannel() *amqp.Channel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RabbitMq ¶
type RabbitMq struct {
// contains filtered or unexported fields
}
func (*RabbitMq) Connection ¶
func (r *RabbitMq) Connection() *amqp.Connection
func (*RabbitMq) ConsumeChannel ¶
func (*RabbitMq) DeclareQueues ¶
func (*RabbitMq) PublishChannel ¶
Click to show internal directories.
Click to hide internal directories.