Class VanillaUuidGenerator

  • All Implemented Interfaces:
    org.apache.camel.spi.UuidGenerator

    @Deprecated
    public class VanillaUuidGenerator
    extends Object
    implements org.apache.camel.spi.UuidGenerator
    Deprecated.
    this is now the default uuid generator in Camel 3.6 onwards.
    An implementation of the UuidGenerator that uses a random generated seed and a counter which increments by one. This generator is not unique per host or JVM.
    • Constructor Detail

      • VanillaUuidGenerator

        public VanillaUuidGenerator()
        Deprecated.
    • Method Detail

      • generateUuid

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