GrpcTransportConfig
Read onlyYes
FinalYes
Properties
- $endpoint : string
- $headers : array<string|int, mixed>
- $insecure : bool
- $shutdownTimeoutMs : int
- $timeoutMs : int
Methods
- __construct() : mixed
Properties
$endpoint
public
string
$endpoint
$headers
public
array<string|int, mixed>
$headers
$insecure
public
bool
$insecure
$shutdownTimeoutMs
public
int
$shutdownTimeoutMs
$timeoutMs
public
int
$timeoutMs
Methods
__construct()
public
__construct(string $endpoint, array<string, string> $headers, bool $insecure, int $timeoutMs, int $shutdownTimeoutMs) : mixed
Parameters
- $endpoint : string
- $headers : array<string, string>
- $insecure : bool
- $timeoutMs : int
- $shutdownTimeoutMs : int