MediatR
MediatR copied to clipboard
Question: Can multiple MediatR handlers be packaged into a single class
One of our Architects has objected to the usage of CQS pattern as he thinks that this results in file bloat, because of single class per-handler.
Is there a way to package multiple handlers in a single class (not file), sort of like Wolverine does?