| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Method and Description |
|---|---|
UuidGenerator |
CamelContext.getUuidGenerator()
Gets the current
UuidGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setUuidGenerator(UuidGenerator uuidGenerator)
Sets a custom
UuidGenerator (should only be set once) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMQUuidGenerator
UuidGenerator which is a fast implementation based on
how Apache ActiveMQ generates its UUID. |
class |
JavaUuidGenerator
This implementation uses the
UUID from Java. |
class |
SimpleUuidGenerator
This implementation uses a counter which increments by one
|
| Modifier and Type | Method and Description |
|---|---|
UuidGenerator |
DefaultCamelContext.getUuidGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setUuidGenerator(UuidGenerator uuidGenerator) |
Apache Camel