Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeekMessagesOptions

Package version

Describes the options passed to the peekMessages method on a receiver.

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional fromSequenceNumber

fromSequenceNumber: Long
property

The sequence number to start peeking messages from (inclusive).

Optional maxMessageCount

maxMessageCount: undefined | number
property

The maximum number of messages to peek. Default value is 1

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options for configuring tracing.

Generated using TypeDoc