| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
ComponentsBuilderFactory.infinispan()
Infinispan (camel-infinispan)
For reading/writing from/to Infinispan distributed key/value store and
data grid.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InfinispanComponentBuilderFactory.InfinispanComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
InfinispanComponentBuilderFactory.InfinispanComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
InfinispanComponentBuilderFactory.InfinispanComponentBuilder.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 InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
InfinispanComponentBuilderFactory.InfinispanComponentBuilder.cacheContainer(org.infinispan.commons.api.BasicCacheContainer cacheContainer)
Default Cache container.
|
default InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
InfinispanComponentBuilderFactory.InfinispanComponentBuilder.configuration(org.apache.camel.component.infinispan.InfinispanConfiguration configuration)
Default configuration.
|
static InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
InfinispanComponentBuilderFactory.infinispan()
Infinispan (camel-infinispan)
For reading/writing from/to Infinispan distributed key/value store and
data grid.
|
default InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
InfinispanComponentBuilderFactory.InfinispanComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel