-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Is your feature request related to a problem? Please describe.
Method BuildAsync of interface IConsumer is constructing AmqpConsumer and starting it.
Describe the solution you'd like
Maybe change the name of the method Semantics of IConsumer.BuildAsync() start consume to
- StartConsumeAsync()
- StartAsync()
- BuildAndStartAsync()
any name that describes that consumer is starting and not only builded.
Describe alternatives you've considered
-
Change the name of the method, maintaining the implementation.
-
Split Build in Build() and Start() methods in a correct flow
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request