@niur/nestjs-service-bus
Version:
NestJS Azure Service Bus Microservice Transport
10 lines • 358 B
TypeScript
import { OperationOptionsBase, ServiceBusClientOptions } from "@azure/service-bus";
export interface AzureServiceBusOptions {
connectionString: string;
options?: ServiceBusClientOptions;
}
export interface AzureServiceBusSenderOptions {
name: string;
options?: OperationOptionsBase;
}
//# sourceMappingURL=azure-service-bus.interface.d.ts.map