Uses of Interface
org.apache.camel.builder.endpoint.dsl.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder
Packages that use InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder
-
Uses of InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Infinispan component.Methods in org.apache.camel.builder.endpoint.dsl that return InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilderModifier and TypeMethodDescriptionInfinispanRemoteEndpointBuilderFactory.InfinispanRemoteEndpointConsumerBuilder.advanced()InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.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.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.bridgeErrorHandler(String 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.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.cacheContainer(String cacheContainer) Specifies the cache Container to connect.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.cacheContainer(org.infinispan.client.hotrod.RemoteCacheManager cacheContainer) Specifies the cache Container to connect.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.cacheContainerConfiguration(String cacheContainerConfiguration) The CacheContainer configuration.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.cacheContainerConfiguration(org.infinispan.client.hotrod.configuration.Configuration cacheContainerConfiguration) The CacheContainer configuration.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.configurationProperties(String configurationProperties) Implementation specific properties for the CacheManager.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.configurationProperties(Map<String, String> configurationProperties) Implementation specific properties for the CacheManager.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.configurationUri(String configurationUri) An implementation specific URI for the CacheManager.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.flags(String flags) A comma separated list of org.infinispan.client.hotrod.Flag to be applied by default on each cache invocation.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.remappingFunction(String remappingFunction) Set a specific remappingFunction to use in a compute operation.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.remappingFunction(BiFunction remappingFunction) Set a specific remappingFunction to use in a compute operation.InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.resultHeader(String resultHeader) Store the operation result in a header instead of the message body.