Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelOptions

An interface that contains options used when initializing a Channel instance. This listing is incomplete. Full reference: https://grpc.github.io/grpc/core/group__grpc__arg__keys.html

Hierarchy

  • ChannelOptions

Indexable

[key: string]: string | number | undefined

An interface that contains options used when initializing a Channel instance. This listing is incomplete. Full reference: https://grpc.github.io/grpc/core/group__grpc__arg__keys.html

Index

Properties

Optional grpc.default_authority

grpc.default_authority: string

Optional grpc.initial_reconnect_backoff_ms

grpc.initial_reconnect_backoff_ms: number

Optional grpc.max_concurrent_streams

grpc.max_concurrent_streams: number

Optional grpc.max_reconnect_backoff_ms

grpc.max_reconnect_backoff_ms: number

Optional grpc.primary_user_agent

grpc.primary_user_agent: string

Optional grpc.secondary_user_agent

grpc.secondary_user_agent: string

Optional grpc.service_config

grpc.service_config: string

Optional grpc.ssl_target_name_override

grpc.ssl_target_name_override: string

Optional grpc.use_local_subchannel_pool

grpc.use_local_subchannel_pool: number

Generated using TypeDoc