
com.aliyun.openservices.ons.api.PropertyValueConst Maven / Gradle / Ivy
The newest version!
package com.aliyun.openservices.ons.api;
/**
* 该类存储常用量值.
*/
public class PropertyValueConst {
public static final String CLUSTERING = "CLUSTERING";
public static final String BROADCASTING = "BROADCASTING";
/**
* 默认消费模式
*/
public static final String DEFAULT_MESSAGE_MODEL = CLUSTERING;
private PropertyValueConst() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy