Documentation
¶
Index ¶
Constants ¶
View Source
const ( CarrierRedis = "redis" // redis 载体 CarrierKafka = "kafka" // kafka 载体 CarrierRabbitMQ = "rabbitmq" // rabbitmq 载体 CarrierRocketMQ = "rocketmq" // rocketmq 载体 CarrierEtcd = "etcd" // etcd 载体 )
View Source
const (
ErrExit = "exit" // 系统退出
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Subscribe(param Params, cbs *Cbfunc) // 订阅消息
Publish(param Params, msg any) error // 发布消息
}
Handler 订阅发布组件
Click to show internal directories.
Click to hide internal directories.