Introduce EIP-methods handle() and bridge()

* Remove generic argument from `GenericEndpointSpec`: it isn't necessary
* Add check for `one-way` flow in case the last component isn't `MessageProducer`
This commit is contained in:
Artem Bilan
2014-02-14 19:33:38 +02:00
parent 70d0e35806
commit ac46625a83
6 changed files with 176 additions and 18 deletions

View File

@@ -57,6 +57,8 @@ dependencies {
testCompile "org.mockito:mockito-all:$mockitoVersion"
testCompile "org.springframework:spring-test:$springVersion"
testCompile "org.springframework.integration:spring-integration-event:$springIntegrationVersion"
jacoco group: "org.jacoco", name: "org.jacoco.agent", version: "0.5.6.201201232323", classifier: "runtime"
}