blob: 7e4588d6a481ea8390a3bc78679725b5c9bb3259 [file] [log] [blame]
== Camel Example Java 8
=== Introduction
This example shows how to use Java 8 new features, such as lambda expressions and method references, in the definition of a Camel route.
=== Build
You will need to compile this example first:
[source,sh]
----
$ mvn compile
----
=== Run
To run the example execute
[source,sh]
----
$ mvn camel:run
----
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!