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

com.aliyun.openservices.ons.api.PropertyValueConst Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
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