Class ShortUuidGenerator

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

public class ShortUuidGenerator extends Object implements org.apache.camel.spi.UuidGenerator
UuidGenerator that is 50% the size of the default (16 chars) optimized for Camel usage.
  • Constructor Details

    • ShortUuidGenerator

      public ShortUuidGenerator()
  • Method Details

    • generateUuid

      public String generateUuid()
      Specified by:
      generateUuid in interface org.apache.camel.spi.UuidGenerator