Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GrpcOptions

Hierarchy

  • GrpcOptions

Index

Properties

Properties

options

options: { channelOptions?: ChannelOptions; credentials?: any; keepalive?: { http2MaxPingStrikes?: number; http2MaxPingsWithoutData?: number; http2MinPingIntervalWithoutDataMs?: number; http2MinTimeBetweenPingsMs?: number; keepalivePermitWithoutCalls?: number; keepaliveTimeMs?: number; keepaliveTimeoutMs?: number }; loader?: { alternateCommentMode?: boolean; arrays?: boolean; bytes?: Function; defaults?: boolean; enums?: Function; includeDirs?: string[]; json?: boolean; keepCase?: boolean; longs?: Function; objects?: boolean; oneofs?: boolean }; maxMetadataSize?: number; maxReceiveMessageLength?: number; maxSendMessageLength?: number; package: string | string[]; protoLoader?: string; protoPath: string | string[]; url?: string }

Type declaration

  • Optional channelOptions?: ChannelOptions
  • Optional credentials?: any
  • Optional keepalive?: { http2MaxPingStrikes?: number; http2MaxPingsWithoutData?: number; http2MinPingIntervalWithoutDataMs?: number; http2MinTimeBetweenPingsMs?: number; keepalivePermitWithoutCalls?: number; keepaliveTimeMs?: number; keepaliveTimeoutMs?: number }
    • Optional http2MaxPingStrikes?: number
    • Optional http2MaxPingsWithoutData?: number
    • Optional http2MinPingIntervalWithoutDataMs?: number
    • Optional http2MinTimeBetweenPingsMs?: number
    • Optional keepalivePermitWithoutCalls?: number
    • Optional keepaliveTimeMs?: number
    • Optional keepaliveTimeoutMs?: number
  • Optional loader?: { alternateCommentMode?: boolean; arrays?: boolean; bytes?: Function; defaults?: boolean; enums?: Function; includeDirs?: string[]; json?: boolean; keepCase?: boolean; longs?: Function; objects?: boolean; oneofs?: boolean }
    • Optional alternateCommentMode?: boolean
    • Optional arrays?: boolean
    • Optional bytes?: Function
    • Optional defaults?: boolean
    • Optional enums?: Function
    • Optional includeDirs?: string[]
    • Optional json?: boolean
    • Optional keepCase?: boolean
    • Optional longs?: Function
    • Optional objects?: boolean
    • Optional oneofs?: boolean
  • Optional maxMetadataSize?: number
  • Optional maxReceiveMessageLength?: number
  • Optional maxSendMessageLength?: number
  • package: string | string[]
  • Optional protoLoader?: string
  • protoPath: string | string[]
  • Optional url?: string

Optional transport

transport: GRPC

Generated using TypeDoc