Skip to content

Semantics of IConsumer.BuildAsync() start consume. #59

@luizcarlosfaria

Description

@luizcarlosfaria

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions