com.aliyun.openservices.ons.api.PropertyValueConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gw-boot-starter-aliyun-ons Show documentation
Show all versions of gw-boot-starter-aliyun-ons Show documentation
A Java Utils Libraray By Geewit
package com.aliyun.openservices.ons.api;
/**
* 该类存储常用量值.
*/
public class PropertyValueConst {
/**
* 广播消费模式
*/
public static final String BROADCASTING = "BROADCASTING";
/**
* 集群消费模式
*/
public static final String CLUSTERING = "CLUSTERING";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy