Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Grpc Service Properties
Service Properties
Property Name | Description | Type | Default Value |
---|---|---|---|
ecf.grpc.uriContext | The port to use for io.grpc.ServerBuilder.forPort(<port>). For example, the '50051' in 'http://localhost:50051'. Note that the uriContext value should be a well-formed URI (e.g. 'http://localhost:50051'), but that currently only the port value is parsed and used for the call to io.grpc.ServerBuilder.forPort(50051). | String | http://localhost:50051 |