UNPKG

@azure/functions-extensions-servicebus

Version:
14 lines (9 loc) 558 B
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. import { registerServiceBusMessageFactory } from './servicebus/registerServiceBusMessageFactory'; registerServiceBusMessageFactory(); // Export types for customer consumption export type { ServiceBusMessageContext } from '../types'; export type { IServiceBusMessageActions } from '../types/settlement-types'; // Export AMQP property encoding utilities export { convertPropertiesToAmqpBytes, validateAmqpProperties } from './util/amqpPropertyEncoder';