Data Format

Data Format

Description: The Data Format Component enables using Data Format as a component.
Scheme: dataformat
Syntax: dataformat:name:operation
Maven: org.apache.camel/camel-core/2.16.1
Name Kind Group Required Default Type Enum Description
name path producer true java.lang.String Name of data format
operation path producer true java.lang.String marshal
unmarshal
Operation to use either marshal or unmarshal
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange.
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). @param synchronous true to enforce synchronous processing