Uses of Class
org.apache.camel.Pattern
-
Packages that use Pattern Package Description org.apache.camel The core Camel API. -
-
Uses of Pattern in org.apache.camel
Classes in org.apache.camel with annotations of type Pattern Modifier and Type Class Description interfaceInOnlyMarks methods as beingExchangePattern.InOnlyfor one way asynchronous invocation when using Bean Integration to overload the default value which isExchangePattern.InOutfor request/reply if no annotations are used.interfaceInOutMarks a method as beingExchangePattern.InOutwhen a class or interface has been annotated withInOnlywhen using Bean Integration.
-