You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
222 B

package org.leolo.rail;
public class Constants {
public static class NetworkRail{
public static final String TOPIC_BASE_PATH = "/topic/";
public static final String TOPIC_NAME_VTSP = "VSTP_ALL";
}
}