Documentation
¶
Index ¶
Constants ¶
View Source
const TaskWorkerEventName = "task_worker_events"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EworkRunnerExecuteEvent ¶
type TaskWorkerEventProducer ¶
type TaskWorkerEventProducer interface {
Produce(ctx context.Context, topic string, evt EworkRunnerExecuteEvent) error
AddProducer(topic string) error
DelProducer(topic string) error
}
func NewTaskRunnerEventProducer ¶
func NewTaskRunnerEventProducer(q mq.MQ) (TaskWorkerEventProducer, error)
Click to show internal directories.
Click to hide internal directories.