Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_PUBLISH_RETRY_TIME = 3 DEFAULT_PUBLISH_RETRY_INTERVAL_MS int64 = 500 )
Variables ¶
This section is empty.
Functions ¶
func NewJobBuilder ¶
Types ¶
type QueueSender ¶
type RabbitMQSender ¶
type RabbitMQSender struct {
// contains filtered or unexported fields
}
func NewRabbitMQSender ¶
func NewRabbitMQSender(conn *amqp.Connection) *RabbitMQSender
func (*RabbitMQSender) SendJsonString ¶
func (sender *RabbitMQSender) SendJsonString(queueName, jsonStr string) error
Click to show internal directories.
Click to hide internal directories.