mediator icon indicating copy to clipboard operation
mediator copied to clipboard

Add pipeline behaviors to wrap listeners, when needed

Open megafetis opened this issue 5 years ago • 0 comments

Is it possible to add pipeline behaviors (or preprocessors and postprocessors) to wrap listeners, when it needed? It useful to add validation or security check before run listener function It useful to automatic log some of events after run listener function and deal with result

Example from .NET (C#) is MediatR (https://github.com/jbogard/MediatR)

megafetis avatar Jan 29 '20 06:01 megafetis