| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
StaticEndpointBuilders.igniteMessaging(String path)
Ignite Messaging (camel-ignite)
Send and receive messages from an Ignite topic.
|
static IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
StaticEndpointBuilders.igniteMessaging(String componentName,
String path)
Ignite Messaging (camel-ignite)
Send and receive messages from an Ignite topic.
|
| Modifier and Type | Method and Description |
|---|---|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointBuilder.basic() |
static IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingBuilders.igniteMessaging(String path)
Ignite Messaging (camel-ignite)
Send and receive messages from an Ignite topic.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingBuilders.igniteMessaging(String componentName,
String path)
Ignite Messaging (camel-ignite)
Send and receive messages from an Ignite topic.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
Apache Camel