Interface InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder

    • Method Detail

      • configuration

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder configuration​(org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedConfiguration configuration)
        Component configuration. The option is a: <code>org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedConfiguration</code> type. Group: common
        Parameters:
        configuration - the value to set
        Returns:
        the dsl builder
      • queryBuilder

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder queryBuilder​(org.apache.camel.component.infinispan.InfinispanQueryBuilder queryBuilder)
        Specifies the query builder. The option is a: <code>org.apache.camel.component.infinispan.InfinispanQueryBuilder</code> type. Group: common
        Parameters:
        queryBuilder - the value to set
        Returns:
        the dsl builder
      • bridgeErrorHandler

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder 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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a: <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • customListener

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder customListener​(org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedCustomListener customListener)
        Returns the custom listener in use, if provided. The option is a: <code>org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedCustomListener</code> type. Group: consumer
        Parameters:
        customListener - the value to set
        Returns:
        the dsl builder
      • eventTypes

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder eventTypes​(String eventTypes)
        Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are: CACHE_ENTRY_ACTIVATED, CACHE_ENTRY_PASSIVATED, CACHE_ENTRY_VISITED, CACHE_ENTRY_LOADED, CACHE_ENTRY_EVICTED, CACHE_ENTRY_CREATED, CACHE_ENTRY_REMOVED, CACHE_ENTRY_MODIFIED, TRANSACTION_COMPLETED, TRANSACTION_REGISTERED, CACHE_ENTRY_INVALIDATED, CACHE_ENTRY_EXPIRED, DATA_REHASHED, TOPOLOGY_CHANGED, PARTITION_STATUS_CHANGED, PERSISTENCE_AVAILABILITY_CHANGED. The option is a: <code>java.lang.String</code> type. Group: consumer
        Parameters:
        eventTypes - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder lazyStartProducer​(boolean lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a: <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • operation

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder operation​(org.apache.camel.component.infinispan.InfinispanOperation operation)
        The operation to perform. The option is a: <code>org.apache.camel.component.infinispan.InfinispanOperation</code> type. Default: PUT Group: producer
        Parameters:
        operation - the value to set
        Returns:
        the dsl builder
      • autowiredEnabled

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder autowiredEnabled​(boolean autowiredEnabled)
        Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc. The option is a: <code>boolean</code> type. Default: true Group: advanced
        Parameters:
        autowiredEnabled - the value to set
        Returns:
        the dsl builder
      • cacheContainer

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder cacheContainer​(org.infinispan.manager.EmbeddedCacheManager cacheContainer)
        Specifies the cache Container to connect. The option is a: <code>org.infinispan.manager.EmbeddedCacheManager</code> type. Group: advanced
        Parameters:
        cacheContainer - the value to set
        Returns:
        the dsl builder
      • cacheContainerConfiguration

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder cacheContainerConfiguration​(org.infinispan.configuration.cache.Configuration cacheContainerConfiguration)
        The CacheContainer configuration. Used if the cacheContainer is not defined. The option is a: <code>org.infinispan.configuration.cache.Configuration</code> type. Group: advanced
        Parameters:
        cacheContainerConfiguration - the value to set
        Returns:
        the dsl builder
      • resultHeader

        default InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder resultHeader​(String resultHeader)
        Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader. The option is a: <code>java.lang.String</code> type. Group: advanced
        Parameters:
        resultHeader - the value to set
        Returns:
        the dsl builder