Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.05 KB

pinot-noir.ibrokertransportrequestoptions.md

File metadata and controls

51 lines (28 loc) · 1.05 KB

Home > pinot-noir > IBrokerTransportRequestOptions

IBrokerTransportRequestOptions interface

Pinot broker HTTP request options.

Signature:

export interface IBrokerTransportRequestOptions extends Pick<Dispatcher.RequestOptions, 'method' | 'headers' | 'path' | 'body' | 'query' | 'bodyTimeout' | 'headersTimeout'>

Extends: Pick<Dispatcher.RequestOptions, 'method' | 'headers' | 'path' | 'body' | 'query' | 'bodyTimeout' | 'headersTimeout'>

Properties

Property

Modifiers

Type

Description

options?

{ queueTolerance?: TQueueTolerancePredefined | number | undefined; } | undefined

(Optional)