This repository was archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmappingeventbroker.html
More file actions
43 lines (42 loc) · 1.79 KB
/
mappingeventbroker.html
File metadata and controls
43 lines (42 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: documentation
title: Mapping Event Broker
teaser: Appccelerate your event mappings from source to destination
navigation:
- name: Tutorial
link: mappingeeventbrokertutorial.html
- name: Mappers
link: mappingeventbrokermappers.html
- name: Conventions
link: mappingeventbrokerconventions.html
- name: Providers
link: mappingeventbrokerproviders.html
- name: Restrictions
link: mappingeventbrokerrestrictions.html
---
<h1>Mapping Event Broker</h1>
<a href="https://www.nuget.org/packages/Appccelerate.MappingEventBroker/">
<img src="http://img.shields.io/nuget/v/Appccelerate.MappingEventBroker.svg" title="latest version" />
<img src="http://img.shields.io/nuget/dt/Appccelerate.MappingEventBroker.svg" title="number of downloads" />
</a>
<a href="https://www.myget.org/gallery/appccelerate">
<img src="https://img.shields.io/myget/appccelerate/v/Appccelerate.MappingEventBroker.svg" title="latest alpha version" />
</a>
<a href="https://github.com/appccelerate/mappingeventbroker/issues">
<img src="https://img.shields.io/github/issues/appccelerate/MappingEventBroker.svg" title="open issues" />
</a>
<h2>Motivation</h2>
<p>Normally with the event broker the source and the destination event argument type must match exactly. With the mapping event broker you get the possibility to remap event arguments from the source to the destination.</p>
<h2>Features</h2>
<ul class="check dotted">
<li>Remap your existing events with a few lines of code! </li>
<li>Transparently integrates into your existing usage of the event broker </li>
<li>Adapters for major .NET mapping technologies </li>
<li style="list-style: none">
<ul class="check dotted">
<li>AutoMapper</li>
<li>more to come </li>
</ul>
</li>
<li>Convention based mapping </li>
</ul>