Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created February 6, 2012 21:04
Show Gist options
  • Save johndemic/1754857 to your computer and use it in GitHub Desktop.
Save johndemic/1754857 to your computer and use it in GitHub Desktop.
Mule Esper Example: Esper Configuration
<esper-configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.espertech.com/schema/esper"
xsi:schemaLocation="
http://www.espertech.com/schema/esper
http://www.espertech.com/schema/esper/esper-configuration-2.0.xsd">
<event-type name="Tweets" class="twitter4j.StatusJSONImpl"/>
</esper-configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment