For example: UseAzureServiceBus should return a classe that inherits from ReceiverBuilderFor and is specific for SB, and allows me to configure it directly.
Or UseAzureServiceBus exposes a builder that exposes the SB primitives.
Same thing for RabbitMQ.
For example:
UseAzureServiceBusshould return a classe that inherits fromReceiverBuilderForand is specific for SB, and allows me to configure it directly.Or
UseAzureServiceBusexposes a builder that exposes the SB primitives.Same thing for RabbitMQ.