Interface AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointBuilder
- Enclosing interface:
- AtomixQueueEndpointBuilderFactory
public static interface AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint producers for the Atomix Queue component.
-
-
Method Summary
-
-
-
Method Detail
-
basic
default AtomixQueueEndpointBuilderFactory.AtomixQueueEndpointProducerBuilder basic()
-
defaultResourceConfig
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder defaultResourceConfig(Properties defaultResourceConfig)
The cluster wide default resource configuration. The option is a:java.util.Properties
type. Group: advanced
-
defaultResourceConfig
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder defaultResourceConfig(String defaultResourceConfig)
The cluster wide default resource configuration. The option will be converted to ajava.util.Properties
type. Group: advanced
-
defaultResourceOptions
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder defaultResourceOptions(Properties defaultResourceOptions)
The local default resource options. The option is a:java.util.Properties
type. Group: advanced
-
defaultResourceOptions
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder defaultResourceOptions(String defaultResourceOptions)
The local default resource options. The option will be converted to ajava.util.Properties
type. Group: advanced
-
ephemeral
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder readConsistency(AtomixQueueEndpointBuilderFactory.ReadConsistency readConsistency)
The read consistency level. The option is a:io.atomix.resource.ReadConsistency
type. Group: advanced
-
readConsistency
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder readConsistency(String readConsistency)
The read consistency level. The option will be converted to aio.atomix.resource.ReadConsistency
type. Group: advanced
-
resourceConfigs
default AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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 AtomixQueueEndpointBuilderFactory.AdvancedAtomixQueueEndpointProducerBuilder 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
-
-