public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_ATOMIX_CONF |
"camel.component.atomix-queue.atomix" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_ATOMIX_DOC |
"The Atomix instance to use" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.atomix-queue.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_AUTOWIRED_ENABLED_DOC |
"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." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.atomix-queue.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"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." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_CONFIGURATION_CONF |
"camel.component.atomix-queue.configuration" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_CONFIGURATION_DOC |
"The shared component configuration" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_CONFIGURATION_URI_CONF |
"camel.component.atomix-queue.configurationUri" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_CONFIGURATION_URI_DOC |
"The path to the AtomixClient configuration" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_ACTION_CONF |
"camel.component.atomix-queue.defaultAction" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_ACTION_DEFAULT |
"ADD" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_ACTION_DOC |
"The default action. One of: [ADD] [OFFER] [PEEK] [POLL] [CLEAR] [CONTAINS] [IS_EMPTY] [REMOVE] [SIZE]" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF |
"camel.component.atomix-queue.defaultResourceConfig" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC |
"The cluster wide default resource configuration." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF |
"camel.component.atomix-queue.defaultResourceOptions" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC |
"The local default resource options." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_EPHEMERAL_CONF |
"camel.component.atomix-queue.ephemeral" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_EPHEMERAL_DOC |
"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." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_NODES_CONF |
"camel.component.atomix-queue.nodes" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_NODES_DOC |
"The nodes the AtomixClient should connect to" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_READ_CONSISTENCY_CONF |
"camel.component.atomix-queue.readConsistency" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_READ_CONSISTENCY_DOC |
"The read consistency level. One of: [ATOMIC] [ATOMIC_LEASE] [SEQUENTIAL] [LOCAL]" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESOURCE_CONFIGS_CONF |
"camel.component.atomix-queue.resourceConfigs" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESOURCE_CONFIGS_DOC |
"Cluster wide resources configuration." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESOURCE_OPTIONS_CONF |
"camel.component.atomix-queue.resourceOptions" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESOURCE_OPTIONS_DOC |
"Local resources configurations" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_CONF |
"camel.component.atomix-queue.resultHeader" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_DOC |
"The header that wil carry the result." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_CONF |
"camel.component.atomix-queue.transportClassName" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT |
"io.atomix.catalyst.transport.netty.NettyTransport" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_DOC |
"The class name (fqn) of the Atomix transport" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_ATOMIX_CONF |
"camel.source.endpoint.atomix" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_ATOMIX_DOC |
"The Atomix instance to use" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"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." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_CONFIGURATION_URI_CONF |
"camel.source.endpoint.configurationUri" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_CONFIGURATION_URI_DOC |
"The Atomix configuration uri." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_ACTION_CONF |
"camel.source.endpoint.defaultAction" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_ACTION_DEFAULT |
"ADD" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_ACTION_DOC |
"The default action. One of: [ADD] [OFFER] [PEEK] [POLL] [CLEAR] [CONTAINS] [IS_EMPTY] [REMOVE] [SIZE]" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_RESOURCE_CONFIG_CONF |
"camel.source.endpoint.defaultResourceConfig" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_RESOURCE_CONFIG_DOC |
"The cluster wide default resource configuration." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_RESOURCE_OPTIONS_CONF |
"camel.source.endpoint.defaultResourceOptions" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_DEFAULT_RESOURCE_OPTIONS_DOC |
"The local default resource options." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_EPHEMERAL_CONF |
"camel.source.endpoint.ephemeral" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_EPHEMERAL_DOC |
"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." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_EXCEPTION_HANDLER_DOC |
"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." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_NODES_CONF |
"camel.source.endpoint.nodes" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_NODES_DOC |
"The address of the nodes composing the cluster." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_READ_CONSISTENCY_CONF |
"camel.source.endpoint.readConsistency" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_READ_CONSISTENCY_DOC |
"The read consistency level. One of: [ATOMIC] [ATOMIC_LEASE] [SEQUENTIAL] [LOCAL]" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_RESOURCE_CONFIGS_CONF |
"camel.source.endpoint.resourceConfigs" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_RESOURCE_CONFIGS_DOC |
"Cluster wide resources configuration." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_RESOURCE_OPTIONS_CONF |
"camel.source.endpoint.resourceOptions" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_RESOURCE_OPTIONS_DOC |
"Local resources configurations" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_RESULT_HEADER_CONF |
"camel.source.endpoint.resultHeader" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_RESULT_HEADER_DOC |
"The header that wil carry the result." |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_TRANSPORT_CLASS_NAME_CONF |
"camel.source.endpoint.transportClassName" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_TRANSPORT_CLASS_NAME_DEFAULT |
"io.atomix.catalyst.transport.netty.NettyTransport" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_ENDPOINT_TRANSPORT_CLASS_NAME_DOC |
"The class name (fqn) of the Atomix transport" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_PATH_RESOURCE_NAME_CONF |
"camel.source.path.resourceName" |
public static final String |
CAMEL_SOURCE_ATOMIXQUEUE_PATH_RESOURCE_NAME_DOC |
"The distributed resource name" |