MediatR icon indicating copy to clipboard operation
MediatR copied to clipboard

Question: Can multiple MediatR handlers be packaged into a single class

Open bancroftway opened this issue 9 months ago • 1 comments

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?

bancroftway avatar May 09 '24 21:05 bancroftway