Created
April 6, 2011 08:22
-
-
Save rajdavies/905322 to your computer and use it in GitHub Desktop.
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
public void configure() throws Exception { | |
RouteDefinition route = from(de2); | |
RouteDefinition route1 = from(de).to("mock:boo"); | |
cep("test").win("30 s").evaluate("route1 And route2").to("mock:result"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment