Package org.apache.camel.support
Class VanillaUuidGenerator
java.lang.Object
org.apache.camel.support.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 Details
-
VanillaUuidGenerator
public VanillaUuidGenerator()Deprecated.
-
-
Method Details
-
generateUuid
Deprecated.- Specified by:
generateUuid
in interfaceorg.apache.camel.spi.UuidGenerator
-