Interface SubscriberOptions (2.17.0)

Package

@google-cloud/pubsub!

Properties

ackDeadline

ackDeadline?: number;
Property Value
TypeDescription
number

batching

batching?: BatchOptions;
Property Value
TypeDescription
BatchOptions

enableOpenTelemetryTracing

enableOpenTelemetryTracing?: boolean;
Property Value
TypeDescription
boolean

flowControl

flowControl?: FlowControlOptions;
Property Value
TypeDescription
FlowControlOptions

streamingOptions

streamingOptions?: MessageStreamOptions;
Property Value
TypeDescription
MessageStreamOptions

useLegacyFlowControl

useLegacyFlowControl?: boolean;
Property Value
TypeDescription
boolean