InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.cacheContainer(org.infinispan.manager.EmbeddedCacheManager cacheContainer)
Specifies the cache Container to connect.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.cacheContainerConfiguration(org.infinispan.configuration.cache.Configuration cacheContainerConfiguration)
The CacheContainer configuration.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.clusteredListener(boolean clusteredListener)
If true, the listener will be installed for the entire cluster.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.configuration(org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedConfiguration configuration)
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.configurationUri(String configurationUri)
An implementation specific URI for the CacheManager.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.customListener(org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedCustomListener customListener)
Returns the custom listener in use, if provided.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.defaultValue(Object defaultValue)
Set a specific default value for some producer operations.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.eventTypes(String eventTypes)
Specifies the set of event types to register by the consumer.Multiple
event can be separated by comma.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.flags(String flags)
A comma separated list of org.infinispan.context.Flag to be applied
by default on each cache invocation.
Infinispan Embedded (camel-infinispan-embedded)
Read and write from/to Infinispan distributed key/value store and data
grid.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.key(Object key)
Set a specific key for producer operations.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.oldValue(Object oldValue)
Set a specific old value for some producer operations.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.operation(org.apache.camel.component.infinispan.InfinispanOperation operation)
The operation to perform.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.queryBuilder(org.apache.camel.component.infinispan.InfinispanQueryBuilder queryBuilder)
Specifies the query builder.
Set a specific remappingFunction to use in a compute operation.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.resultHeader(String resultHeader)
Store the operation result in a header instead of the message body.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.sync(boolean sync)
If true, the consumer will receive notifications synchronously.
InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder.value(Object value)
Set a specific value for producer operations.