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
startMode
TerminalStartModeThe terminal start mode.
customProperties
Dictionary<string, object>The custom properties.
arguments
string[]The command line arguments.