All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mq.aliyun.example.producers.TestProducer Maven / Gradle / Ivy

The newest version!
package com.mq.aliyun.example.producers;

import com.github.mq.producer.models.Pid;
import com.github.mq.producer.models.To;

/**
 * Created by wangziqing on 17/7/25.
 */
@Pid(value = "PID_MEICANYUN")
public enum  TestProducer {
    @To(topic = "MEICANYUN", tag = "dish.add")
    DISH_ADD,

    @To(topic = "MEICANYUN", tag = "dish.update")
    DISH_UPDATE,

    @To(topic = "MEICANYUN", tag = "dish.del")
    DISH_DEL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy