Class OffUuidGenerator

java.lang.Object
org.apache.camel.support.DefaultUuidGenerator
org.apache.camel.support.OffUuidGenerator
All Implemented Interfaces:
org.apache.camel.spi.UuidGenerator

public class OffUuidGenerator extends DefaultUuidGenerator
UuidGenerator which is turned off for exchange ids, but generated UUIDs for everything else. This is only intended for development for performance profiling - do not use in production. Some EIPs and functionalities of Camel requires exchange IDs to be unique and this generated will therefore not work in all situations.
  • Constructor Details

    • OffUuidGenerator

      public OffUuidGenerator()
  • Method Details

    • generateExchangeUuid

      public String generateExchangeUuid()