How to change MediatR publish strategy

Viewed 377

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.

1 Answers
Related