Class 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 Detail

      • OffUuidGenerator

        public OffUuidGenerator()
    • Method Detail

      • generateExchangeUuid

        public String generateExchangeUuid()