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

io.github.quickmsg.common.rule.source.Source Maven / Gradle / Ivy

The newest version!
package io.github.quickmsg.common.rule.source;

/**
 * @author luxurong
 */
public enum Source {
    /**
     * kafka
     */
    KAFKA,
    /**
     * rocketMq
     */
    ROCKET_MQ,
    /**
     * RABBIT_MQ
     */
    RABBIT_MQ,
    /**
     * 数据库
     */
    DATA_BASE,
    /**
     * hBase
     */
    H_BASE,

    /**
     * http
     */
    HTTP,
    /**
     * mqtt转发
     */
    MQTT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy