Options
All
  • Public
  • Public/Protected
  • All
Menu

Options provided to the lease. Allows specifying call options in addition to a flag to configure whether to keep the lease alive automatically.

Hierarchy

  • CallOptions
    • ILeaseOptions

Index

Properties

Optional autoKeepAlive

autoKeepAlive: undefined | false | true

Configures whether the lease is kept alive automatically. Defaults to true.

Optional credentials

credentials: CallCredentials

Optional deadline

deadline: Deadline

Optional host

host: undefined | string

Optional interceptor_providers

interceptor_providers: InterceptorProvider[]

Optional interceptors

interceptors: Interceptor[]

Optional parent

parent: ServerUnaryCall<any, any> | ServerReadableStream<any, any> | ServerWritableStream<any, any> | ServerDuplexStream<any, any>

Optional propagate_flags

propagate_flags: undefined | number

Legend

  • Constructor
  • Method
  • Inherited method

Generated using TypeDoc