Interface AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointBuilder
- Enclosing interface:
- AtomixSetEndpointBuilderFactory
public static interface AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Advanced builder for endpoint consumers for the Atomix Set component.
-
-
Method Summary
-
-
-
Method Detail
-
basic
default AtomixSetEndpointBuilderFactory.AtomixSetEndpointConsumerBuilder basic()
-
exceptionHandler
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:org.apache.camel.spi.ExceptionHandler
type. Group: consumer (advanced)
-
exceptionHandler
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to aorg.apache.camel.spi.ExceptionHandler
type. Group: consumer (advanced)
-
exchangePattern
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option is a:org.apache.camel.ExchangePattern
type. Group: consumer (advanced)
-
exchangePattern
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option will be converted to aorg.apache.camel.ExchangePattern
type. Group: consumer (advanced)
-
defaultResourceConfig
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder defaultResourceConfig(Properties defaultResourceConfig)
The cluster wide default resource configuration. The option is a:java.util.Properties
type. Group: advanced
-
defaultResourceConfig
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder defaultResourceConfig(String defaultResourceConfig)
The cluster wide default resource configuration. The option will be converted to ajava.util.Properties
type. Group: advanced
-
defaultResourceOptions
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder defaultResourceOptions(Properties defaultResourceOptions)
The local default resource options. The option is a:java.util.Properties
type. Group: advanced
-
defaultResourceOptions
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder defaultResourceOptions(String defaultResourceOptions)
The local default resource options. The option will be converted to ajava.util.Properties
type. Group: advanced
-
ephemeral
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder ephemeral(boolean ephemeral)
Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. The option is a:boolean
type. Default: false Group: advanced
-
ephemeral
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder ephemeral(String ephemeral)
Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. The option will be converted to aboolean
type. Default: false Group: advanced
-
readConsistency
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder readConsistency(AtomixSetEndpointBuilderFactory.ReadConsistency readConsistency)
The read consistency level. The option is a:io.atomix.resource.ReadConsistency
type. Group: advanced
-
readConsistency
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder readConsistency(String readConsistency)
The read consistency level. The option will be converted to aio.atomix.resource.ReadConsistency
type. Group: advanced
-
resourceConfigs
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder resourceConfigs(Map<String,Properties> resourceConfigs)
Cluster wide resources configuration. The option is a:java.util.Map<java.lang.String, java.util.Properties>
type. Group: advanced
-
resourceConfigs
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder resourceConfigs(String resourceConfigs)
Cluster wide resources configuration. The option will be converted to ajava.util.Map<java.lang.String, java.util.Properties>
type. Group: advanced
-
resourceOptions
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder resourceOptions(Map<String,Properties> resourceOptions)
Local resources configurations. The option is a:java.util.Map<java.lang.String, java.util.Properties>
type. Group: advanced
-
resourceOptions
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder resourceOptions(String resourceOptions)
Local resources configurations. The option will be converted to ajava.util.Map<java.lang.String, java.util.Properties>
type. Group: advanced
-
synchronous
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default AtomixSetEndpointBuilderFactory.AdvancedAtomixSetEndpointConsumerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-