public interface MqProducer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
publish(BaseTopicType topic,
T msg)
发布消息 限制业务的类型
|
void |
publish(String topic,
T msg)
发布消息
|
void publish(BaseTopicType topic, T msg)
topic - topicmsg - msgCopyright © 2024. All rights reserved.