Home > Software design >  How to change MediatR publish strategy
How to change MediatR publish strategy

Time:04-08

how is it possible to configure another publishing strategy when using MediatR? basically i need to configure it to use publishingStrategy.ParallelNoWait. any help would be appreciated since im not able to find any documentation regarding this.

CodePudding user response:

See following github discussion for an answer https://github.com/jbogard/MediatR/discussions/736

  • Related