You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
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
---
<h2>Setup of the mapping event broker</h2>
<p>The usage of the mapping event broker is astonishingly simple once you have setup your mapping technology. Basically it is only two lines of code. </p>
<script type="syntaxhighlighter" class="brush: csharp"><![CDATA[// Use existing event broker or create special one for events which need to be mapped
var eventBroker = new EventBroker();
// Use extension method AddMappingExtension
var extension = // new TechnologySpecificMappingEventBrokerExtension