Interface SubscriberOptions (2.18.3)

Package

@google-cloud/pubsub

Properties

ackDeadline

ackDeadline?: number;
Property Value
Type Description
number

batching

batching?: BatchOptions;
Property Value
Type Description
BatchOptions

enableOpenTelemetryTracing

enableOpenTelemetryTracing?: boolean;
Property Value
Type Description
boolean

flowControl

flowControl?: FlowControlOptions;
Property Value
Type Description
FlowControlOptions

streamingOptions

streamingOptions?: MessageStreamOptions;
Property Value
Type Description
MessageStreamOptions

useLegacyFlowControl

useLegacyFlowControl?: boolean;
Property Value
Type Description
boolean