Package version:

Interface ServiceBusSenderOptions

Options to use when creating a sender.

interface ServiceBusSenderOptions {
    identifier?: string;
}

Properties

Properties

identifier?: string

Sets the name to identify the sender. This can be used to correlate logs and exceptions. If not specified or empty, a random unique one will be used.

Generated using TypeDoc