提供者配置
2022-04-13 11:39 更新
在 erlang 中配置服务提供者
基本配置
提供者配置项需要添加到 sys.config 文件 dubboerl 应用配置项里。
{dubboerl,[
%% other config ...
{provider,[
{module_implements,interface_module,interface_fullname,[Options]},
%% eg:
{userOperator_impl,userOperator,<<"org.apache.dubbo.erlang.sample.service.facade.UserOperator">>,[Option]}
]}
]}
配置名称 |
类型 |
默认值 |
评论 |
---|---|---|---|
module_implements | atom() | - |
服务实现模块名称 |
interface_module | atom() | - |
接口模块名称为传输形式java jar |
interface_fullname | binary() | - |
接口全称是java类名 选项将被添加。 |
以上内容是否对您有帮助:
← 消费者配置
更多建议: