adaptServiceBusModule(mod: ServiceBusSdkModule,options: { connectionString: string; adminConnectionString: string; logger?: { error: (msg: string) => void; } | undefined; retryOptions?: ServiceBusRetryOptions | undefined; }): IServiceBusTransport
Adapts the real Azure Service Bus SDK module to the domain port.
mod: ServiceBusSdkModule
The loaded SDK module
options: { connectionString: string; adminConnectionString: string; logger?: { error: (msg: string) => void; } | undefined; retryOptions?: ServiceBusRetryOptions | undefined; }
SDK constructor options
A domain-shaped transport