Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
// TopicKey 队列主题key
TopicKey() string
// Handle 队列处理器
Handle(ctx context.Context, msg *message.Message) error
}
Handler 队列任务处理接口
type TaskTestTask ¶
type TaskTestTask struct{}
func (TaskTestTask) TopicKey ¶ added in v0.3.2
func (task TaskTestTask) TopicKey() string
Click to show internal directories.
Click to hide internal directories.