Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmqpBroker ¶
type AmqpBroker struct {
// contains filtered or unexported fields
}
func NewAmqpBroker ¶
func NewAmqpBroker(option *AmqpBrokerOptions) *AmqpBroker
func (*AmqpBroker) Consume ¶
func (a *AmqpBroker) Consume(queue *Queue) error
func (*AmqpBroker) Health ¶
func (a *AmqpBroker) Health() bool
func (*AmqpBroker) PublishDelay ¶
func (a *AmqpBroker) PublishDelay(queue string, body []byte, delay int64) error
type AmqpBrokerOptions ¶
Click to show internal directories.
Click to hide internal directories.