类 ConfigFileServicePublishFactory
java.lang.Object
com.tencent.polaris.configuration.factory.ConfigFileServicePublishFactory
public class ConfigFileServicePublishFactory
extends java.lang.Object
- 作者:
- fabian4 2022-03-08
-
构造器概要
构造器 构造器 说明 ConfigFileServicePublishFactory() -
方法概要
修饰符和类型 方法 说明 static ConfigFilePublishServicecreateConfigFilePublishService()static ConfigFilePublishServicecreateConfigFilePublishService(com.tencent.polaris.api.config.Configuration config)static ConfigFilePublishServicecreateConfigFilePublishService(com.tencent.polaris.client.api.SDKContext sdkContext)从类继承的方法 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
ConfigFileServicePublishFactory
public ConfigFileServicePublishFactory()
-
-
方法详细资料
-
createConfigFilePublishService
public static ConfigFilePublishService createConfigFilePublishService() throws com.tencent.polaris.api.exception.PolarisException- 抛出:
com.tencent.polaris.api.exception.PolarisException
-
createConfigFilePublishService
public static ConfigFilePublishService createConfigFilePublishService(com.tencent.polaris.api.config.Configuration config) throws com.tencent.polaris.api.exception.PolarisException- 抛出:
com.tencent.polaris.api.exception.PolarisException
-
createConfigFilePublishService
public static ConfigFilePublishService createConfigFilePublishService(com.tencent.polaris.client.api.SDKContext sdkContext) throws com.tencent.polaris.api.exception.PolarisException- 抛出:
com.tencent.polaris.api.exception.PolarisException
-