Versions Compared

Key

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

...

Camel comes with three implementations of org.apache.camel.spi.UuidGenerator:

  • org.apache.camel.impl.DefaultUuidGenerator - The default Camel UUID generator which use java.util.UUID.
  • org.apache.camel.impl.SimpleUuidGenerator - This implementation use internally a java.util.concurrent.atomic.AtomicLong and increase the ID for every call by one.
  • org.apache.camel.impl.ActiveMQUuidGenerator - This implementation use the ActiveMQ/Camel 1.x style of ID's.