IdentifiedCommandHandler could be issue of behaviours (pipeline)
Open
question
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 3.8k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
IdentifiedCommandHandler called with behaviours and implementation call other command. Pipelines will run again. Specialy TransactionBehaviour could be effect. Am i wrong?
// Send the embedded business command to mediator so it runs its related CommandHandler
var result = await _mediator.Send(command, cancellationToken); //Behaviours will encapsulate second time.
Contributor guide
Assessment
This issue has not been assessed yet.