Modifier and Type | Method and Description |
---|---|
static void |
IgniteHelper.maybePropagateIncomingBody(AbstractIgniteEndpoint endpoint,
org.apache.camel.Message in,
org.apache.camel.Message out) |
Modifier and Type | Class and Description |
---|---|
class |
IgniteCacheEndpoint
The Ignite Cache endpoint is one of camel-ignite endpoints which allows you to interact with
an Ignite Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteComputeEndpoint
The Ignite Compute endpoint is one of camel-ignite endpoints which allows you to run
compute operations
on the cluster by passing in an IgniteCallable, an IgniteRunnable, an IgniteClosure,
or collections of them, along with their parameters if necessary.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteEventsEndpoint
The Ignite Events endpoint is one of camel-ignite endpoints which allows you to
receive events from
the Ignite cluster by creating a local event listener.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteIdGenEndpoint
The Ignite ID Generator endpoint is one of camel-ignite endpoints which allows you to interact with
Ignite Atomic Sequences and ID Generators.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteMessagingEndpoint
The Ignite Messaging endpoint is one of camel-ignite endpoints which allows you to send and
consume messages from an Ignite topic.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteQueueEndpoint
The Ignite Queue endpoint is one of camel-ignite endpoints which allows you to interact with
Ignite Queue data structures.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteSetEndpoint
The Ignite Sets endpoint is one of camel-ignite endpoints which allows you to interact with
Ignite Set data structures.
|
Apache Camel