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 and Description |
---|
OffUuidGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
generateExchangeUuid() |
generateUuid
public String generateExchangeUuid()
Apache Camel