Package org.apache.camel.support
Class OffUuidGenerator
java.lang.Object
org.apache.camel.support.DefaultUuidGenerator
org.apache.camel.support.OffUuidGenerator
- All Implemented Interfaces:
org.apache.camel.spi.UuidGenerator
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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.support.DefaultUuidGenerator
generateUuid
-
Constructor Details
-
OffUuidGenerator
public OffUuidGenerator()
-
-
Method Details
-
generateExchangeUuid
-