ivanpaulovich / FluentMediator

:twisted_rightwards_arrows: FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events.
http://paulovich.net/FluentMediator/
Apache License 2.0
192 stars 17 forks source link

Failfast for misconfigured Request/Response pipelines #24

Closed ivanpaulovich closed 5 years ago

ivanpaulovich commented 5 years ago

The current implementation only detects the developer did not configured the "Return" method after calling the whole pipeline. it should be tested at beginning.

ivanpaulovich commented 5 years ago

ReturnFunctionIsNullException added for this cases.