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

com.taobao.metamorphosis.gregor.Constants Maven / Gradle / Ivy

There is a newer version: 1.4.6.2
Show newest version
package com.taobao.metamorphosis.gregor;

/**
 * Constant variables for gregor master/slave
 * 
 * @author apple
 * 
 */
public class Constants {

    /**
     * A topic to test if slave is ok.
     */
    public static String TEST_SLAVE_TOPIC = System.getProperty("metaq.slave.status.test.topic",
            "_metaq_slave_status_test");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy