Uses of Annotation Interface
org.apache.camel.Pattern
Packages that use Pattern
-
Uses of Pattern in org.apache.camel
Classes in org.apache.camel with annotations of type PatternModifier and TypeClassDescription@interface
Marks methods as beingExchangePattern.InOnly
for one way asynchronous invocation when using Bean Integration to overload the default value which isExchangePattern.InOut
for request/reply if no annotations are used.@interface
Marks a method as beingExchangePattern.InOut
when a class or interface has been annotated withInOnly
when using Bean Integration.