Uses of Interface
cn.sinozg.applet.mq.joint.BaseTopicType
Packages that use BaseTopicType
-
Uses of BaseTopicType in cn.sinozg.applet.mq.handle
Methods in cn.sinozg.applet.mq.handle that return BaseTopicType -
Uses of BaseTopicType in cn.sinozg.applet.mq.mq
Methods in cn.sinozg.applet.mq.mq with parameters of type BaseTopicTypeModifier and TypeMethodDescriptionvoidMqConsumer.consume(BaseTopicType topic, ConsumerHandler<T> handler) 消费 限制业务类型voidMqProducer.publish(BaseTopicType topic, T msg) 发布消息 限制业务的类型