interface IServiceBusSubscription

Handle for an open Service Bus subscription receiver.

Methods

close(): Promise<void>

Close the receiver.

Usage

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