PeekMessagesOptions interface
Describes the options passed to the peekMessages
method on a receiver.
- Extends
Properties
from |
The sequence number to start peeking messages from (inclusive). |
Inherited Properties
abort |
The signal which can be used to abort requests. |
tracing |
Options used when tracing is enabled. |
Property Details
fromSequenceNumber
The sequence number to start peeking messages from (inclusive).
fromSequenceNumber?: Long
Property Value
Long
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From OperationOptionsBase.abortSignal
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From OperationOptionsBase.tracingOptions