Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
Modifier and Type | Class and Description |
---|---|
interface |
InOnly
Marks methods as being
ExchangePattern.InOnly for one way asynchronous invocation when using
Bean Integration to overload the default value which is
ExchangePattern.InOut for request/reply if no annotations are used. |
interface |
InOut
Marks a method as being
ExchangePattern.InOut when a class or interface has been annotated with
InOnly when using Bean Integration. |
Apache Camel