简体   繁体   English

使用RBroker Java的DeployR

[英]DeployR using RBroker Java

I am new to using DeployR (started yesterday) and I would like to know what URL does the constructor of the RBrokerConfig class need. 我是DeployR开始使用DeployR (昨天开始)的人,我想知道RBrokerConfig类的构造函数需要哪个URL Is it the URL for the landing page? 是到达网页的URL吗? Or does it just need the basic URL ( http://localhost:8000 )? 还是只需要基本URLhttp:// localhost:8000 )?

You require an endpoint URL. 您需要端点URL。 If you take a look at the source code you can see that you would need something like 如果您查看源代码 ,您会发现您将需要以下内容

 /// <param name="deployrEndpoint">URL indicating the DeployR endpoint 
 ///  (i.e  http://localhost:7300/deployr )</param>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM