interface IServiceBusSubscribeOptions

Structural receive-options matching the real SDK's SubscribeOptions (npm:@azure/service-bus@^7). The property is autoCompleteMessages, not autoComplete.

Properties

optional
autoCompleteMessages: boolean
optional
maxConcurrentCalls: number

Usage

import { type IServiceBusSubscribeOptions } from "messaging-plugin/src/index.ts";