Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MqMessageService ¶
type MqMessageService struct {
// contains filtered or unexported fields
}
func GetMqMessageService ¶
func GetMqMessageService() *MqMessageService
func (*MqMessageService) Consume ¶
func (s *MqMessageService) Consume(ctx context.Context, msg ...*primitive.MessageExt) (consumer.ConsumeResult, error)
func (*MqMessageService) Group ¶
func (s *MqMessageService) Group() string
func (*MqMessageService) Topic ¶
func (s *MqMessageService) Topic() string
Click to show internal directories.
Click to hide internal directories.