Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "Grpc Service Properties"

(Created page with "tbd")
 
Line 1: Line 1:
tbd
+
====Service Properties====
 +
 
 +
{|{{BMTableStyle}}
 +
|-{{BMTHStyle}}
 +
! Property Name
 +
! Description
 +
! Type
 +
! Default Value
 +
|-
 +
| '''ecf.grpc.uriContext'''  
 +
| The port to use for io.grpc.ServerBuilder.forPort(<port>).  For example, the '50001' in 'http://localhost:50001'.  Note that the uriContext value should be a well-formed URI (e.g. http://localhost:50001), but that currently only the port value is parsed and used for the call to io.grpc.ServerBuilder.forPort(<port>).
 +
| Integer&nbsp;&nbsp;
 +
| '''http://localhost:50001'''
 +
|}

Revision as of 18:58, 5 May 2020

Service Properties

Property Name Description Type Default Value
ecf.grpc.uriContext   The port to use for io.grpc.ServerBuilder.forPort(<port>). For example, the '50001' in 'http://localhost:50001'. Note that the uriContext value should be a well-formed URI (e.g. http://localhost:50001), but that currently only the port value is parsed and used for the call to io.grpc.ServerBuilder.forPort(<port>). Integer   http://localhost:50001

Back to the top