Created
February 6, 2012 21:04
-
-
Save johndemic/1754857 to your computer and use it in GitHub Desktop.
Mule Esper Example: Esper Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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