Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Durable ¶
type Durable struct { }
Durable sets the outgoing amqp message delivery-mode property to durable (2)
func (*Durable) Apply ¶
func (*Durable) Apply(publishing *amqp.Publishing)
Apply the policy on outgoing amqp message
type Generic ¶ added in v1.1.2
type Generic struct {
Funk func(publishing *amqp.Publishing)
}
func (*Generic) Apply ¶ added in v1.1.2
func (g *Generic) Apply(publishing *amqp.Publishing)
type NonDurable ¶
type NonDurable struct { }
NonDurable sets the outgoing amqp message delivery-mode property to transient (1)
func (*NonDurable) Apply ¶
func (*NonDurable) Apply(publishing *amqp.Publishing)
Apply the policy on outgoing amqp message
Click to show internal directories.
Click to hide internal directories.