类 EMCClientBuilder
java.lang.Object
com.digiwin.dap.middleware.emc.EMCClientBuilder
- 所有已实现的接口:
EMCBuilder
Fluent builder for EMC Client. Use of the builder is preferred over using
constructors of the client class.
- 从以下版本开始:
- 1.0.0
- 作者:
- fobgochod
-
构造器详细资料
-
EMCClientBuilder
public EMCClientBuilder()
-
-
方法详细资料
-
build
从接口复制的说明:EMCBuilderUses the parameters to create a newEMCClientinstance.- 指定者:
build在接口中EMCBuilder- 参数:
uri- EMC server uriappToken- 应用appToken- 返回:
EMCClientinstance
-
build
从接口复制的说明:EMCBuilderUses the EMCConfig to create a newEMCClientinstance.- 指定者:
build在接口中EMCBuilder- 参数:
config- 基础配置信息- 返回:
EMCClientinstance
-
build
从接口复制的说明:EMCBuilderUses the EMCConfig to create a newEMCClientinstance.- 指定者:
build在接口中EMCBuilder- 参数:
config- 基础配置信息clientConfig- Client configurations for accessing to EMC services- 返回:
EMCClientinstance
-