Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also use the @Property and @Header annotations on method parameters to tell Camel which method parameters map bind to some header/property value and which parameters map parameter binds to the message body. You can use @Body to be precise about which parameter is the body.

...