Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventIteratorOptions

Package version

Options to pass when creating an async iteratable using the getEventIterator() method on the EventHubConsumer.

Hierarchy

  • EventIteratorOptions

Index

Properties

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the EventIterator to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

Generated using TypeDoc