Class TerminalGrpcRouterContext
Represents the context for configuring and managing the gRPC router in the terminal.
public class TerminalGrpcRouterContext : TerminalRouterContext
- Inheritance
-
TerminalGrpcRouterContext
- Inherited Members
Remarks
This context is used to configure all gRPC server settings including server credentials, host address, and port. All necessary services for the gRPC server are added through this context.
Constructors
TerminalGrpcRouterContext(TerminalStartMode, Dictionary<string, object>?, string[]?)
Initializes a new instance of the TerminalGrpcRouterContext class.
public TerminalGrpcRouterContext(TerminalStartMode startMode, Dictionary<string, object>? customProperties = null, string[]? arguments = null)
Parameters
startModeTerminalStartModeThe terminal start mode.
customPropertiesDictionary<string, object>The custom properties.
argumentsstring[]The command line arguments.