mediator
mediator copied to clipboard
A library implements the Mediator pattern to make your code extensible
Hi, first I appreciate your simple and useful library. I tried to use mediator in my Sanic app and I want to get the returned value from listener. For example:...
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...
Hi, this maybe a simple question, but i'm pretty new to python and Mediator. I'm currently using Mediator, but i will be dispatching events from different api controllers which live...