我是新手DeployR(昨天开始),我想知道类URL的构造函数RBrokerConfig需要什么。是URL着陆页吗?还是只需要基本的URL(http://localhost:8000)?
我是新手DeployR(昨天开始),我想知道类URL的构造函数RBrokerConfig需要什么。是URL着陆页吗?还是只需要基本的URL(http://localhost:8000)?
您需要一个端点 URL。如果您查看源代码,您会发现您需要类似的东西
/// <param name="deployrEndpoint">URL indicating the DeployR endpoint
/// (i.e http://localhost:7300/deployr )</param>