Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

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

Back to the top