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

io.github.rhwayfun.springboot.rocketmq.starter.constants.RocketMqTopic Maven / Gradle / Ivy

package io.github.rhwayfun.springboot.rocketmq.starter.constants;

/**
 * @author rhwayfun
 * @since 0.0.1
 */
public interface RocketMqTopic {

    /**
     * get topic.
     *
     * @return topic
     */
    String getTopic();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy