Versions Compared

Key

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

...

This option can control how a given route should act during graceful shutdown. It has two values Default and Defer. The Default is obviously the default option which lets Camel shutdown the route as early as possible. The Defer is used to defer shutting down this route to a later stage. This is useable if useful when other routes is are dependent upon it. For example an internal route which other routes reuse.

...