接口 EMCBuilder
- 所有已知实现类:
EMCClientBuilder
public interface EMCBuilder
Fluent builder for EMC Client. Use of the builder is preferred over using
constructors of the client class.
- 从以下版本开始:
- 1.0.0
- 作者:
- fobgochod
-
方法概要
修饰符和类型方法说明Uses the EMCConfig to create a newEMCClientinstance.build(EMCConfig config, ClientConfiguration clientConfig) Uses the EMCConfig to create a newEMCClientinstance.Uses the parameters to create a newEMCClientinstance.static EMCBuildercreate()create a newEMCClientinstance.
-
方法详细资料
-
create
create a newEMCClientinstance.- 返回:
EMCClientinstance
-
build
Uses the parameters to create a newEMCClientinstance.- 参数:
uri- EMC server uriappToken- 应用appToken- 返回:
EMCClientinstance
-
build
Uses the EMCConfig to create a newEMCClientinstance.- 参数:
config- 基础配置信息- 返回:
EMCClientinstance
-
build
Uses the EMCConfig to create a newEMCClientinstance.- 参数:
config- 基础配置信息clientConfig- Client configurations for accessing to EMC services- 返回:
EMCClientinstance
-