Versions Compared

Key

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

...

Camel provides a support class that is a good base class to extend org.apache.camel.impl.RoutePolicySupport.

There are two these callbacks invoked

  • onInit Camel 2.3
  • onExchangeBegin
  • onExchangeDone

...