A lib to execute handler based on input and output in loosly coupled way with support for multiple handlers for same request/response. Very handy if you like to selective execution of handler based on condition e.g. tenant/logged in user etc. For more details check readme file and tests in source code
$ dotnet add package Bolt.RequestBusNo README available.