Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.23 KB

Build status NuGet Package

AppFunc

AppFunc provides a message-based mediator interface in the form of an in-process request dispatcher.

PM> Install-Package AppFunc -Pre

Getting Started / Documentation

Check out the Quick Start Guide and reference the wiki for documentation.

Example projects are included in the repository to help you get started.

IoC Integration

Using the AppFunc.CommonServiceLocator NuGet package, AppFunc integrates with your desired IoC container to route request messages to the appropriate application message handler. Alternatively (or in combination), AppFunc allows you to register application request handlers just lambda expressions - enabling the use of partial application for application composition instead of using a IoC container.

PM> Install-Package AppFunc.CommonServiceLocator

License

Apache 2.0

Copyright 2014 Craig Smitham