Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Unknown
Description
I wonder if we should add methods to Exchange and Message that uses java.util.Option as return value.
Optional getOptionalProperty(String name)
Optional<T> getOptionalProperty(String name, Class<T> type)
And ditto for Message with its header and body (although a null body is much more rare)
Attachments
Issue Links
- is related to
-
CAMEL-15697 camel-joor - Camel expression language using jOOR
- Resolved