| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder
Builder for endpoint for the Ignite Messaging component.
|
| Modifier and Type | Method and Description |
|---|---|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointConsumerBuilder.basic() |
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
Apache Camel