| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_CONNECTOR_AGGREGATE_CONF |
"camel.beans.aggregate" |
public static final String |
CAMEL_CONNECTOR_AGGREGATE_DOC |
"A reference to an aggregate bean, in the form of #class:" |
public static final String |
CAMEL_CONNECTOR_AGGREGATE_NAME |
"aggregate" |
public static final String |
CAMEL_CONNECTOR_AGGREGATE_SIZE_CONF |
"camel.aggregation.size" |
public static final String |
CAMEL_CONNECTOR_AGGREGATE_SIZE_DOC |
"The size of the aggregation, to be used in combination with camel.beans.aggregate" |
public static final String |
CAMEL_CONNECTOR_AGGREGATE_TIMEOUT_CONF |
"camel.aggregation.timeout" |
public static final String |
CAMEL_CONNECTOR_AGGREGATE_TIMEOUT_DOC |
"The timeout of the aggregation, to be used in combination with camel.beans.aggregate" |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_CONF |
"camel.error.handler" |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_DEFAULT |
"default" |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_DOC |
"The error handler to use: possible value are \'no\' or \'default\'" |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_MAXIMUM_REDELIVERIES_CONF |
"camel.error.handler.max.redeliveries" |
public static final int |
CAMEL_CONNECTOR_ERROR_HANDLER_MAXIMUM_REDELIVERIES_DEFAULT |
0 |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_MAXIMUM_REDELIVERIES_DOC |
"The maximum redeliveries to be use in case of Default Error Handler" |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_REDELIVERY_DELAY_CONF |
"camel.error.handler.redelivery.delay" |
public static final String |
CAMEL_CONNECTOR_ERROR_HANDLER_REDELIVERY_DELAY_DOC |
"The initial redelivery delay in milliseconds in case of Default Error Handler" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_ENABLED_CONF |
"camel.idempotency.enabled" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_ENABLED_DOC |
"If idempotency must be enabled or not" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_HEADER_CONF |
"camel.idempotency.expression.header" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_HEADER_DOC |
"The header name that will be evaluated in case of camel.idempotency.expression.type equals to header" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_TYPE_CONF |
"camel.idempotency.expression.type" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_TYPE_DEFAULT |
"body" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_TYPE_DOC |
"How the idempotency will be evaluated: possible values are body and header" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_BOOTSTRAP_SERVERS_CONF |
"camel.idempotency.kafka.bootstrap.servers" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_BOOTSTRAP_SERVERS_DEFAULT |
"localhost:9092" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_BOOTSTRAP_SERVERS_DOC |
"A comma-separated list of host and port pairs that are the addresses of the Kafka brokers where the idempotent repository should live" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_MAX_CACHE_SIZE_CONF |
"camel.idempotency.kafka.max.cache.size" |
public static final int |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_MAX_CACHE_SIZE_DEFAULT |
1000 |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_MAX_CACHE_SIZE_DOC |
"Sets the maximum size of the local key cache" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_POLL_DURATION_CONF |
"camel.idempotency.kafka.poll.duration.ms" |
public static final int |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_POLL_DURATION_DEFAULT |
100 |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_POLL_DURATION_DOC |
"Sets the poll duration (in milliseconds) of the Kafka consumer" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_TOPIC_CONF |
"camel.idempotency.kafka.topic" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_TOPIC_DEFAULT |
"kafka_idempotent_repository" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_TOPIC_DOC |
"The Kafka topic name to use for the idempotent repository" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_MEMORY_DIMENSION_CONF |
"camel.idempotency.memory.dimension" |
public static final int |
CAMEL_CONNECTOR_IDEMPOTENCY_MEMORY_DIMENSION_DEFAULT |
100 |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_MEMORY_DIMENSION_DOC |
"The Memory dimension of the in memory idempotent Repository" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_REPOSITORY_TYPE_CONF |
"camel.idempotency.repository.type" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_REPOSITORY_TYPE_DEFAULT |
"memory" |
public static final String |
CAMEL_CONNECTOR_IDEMPOTENCY_REPOSITORY_TYPE_DOC |
"The idempotent repository type to use, possible values are memory and kafka" |
public static final String |
CAMEL_CONNECTOR_REMOVE_HEADERS_PATTERN_CONF |
"camel.remove.headers.pattern" |
public static final String |
CAMEL_CONNECTOR_REMOVE_HEADERS_PATTERN_DEFAULT |
"" |
public static final String |
CAMEL_CONNECTOR_REMOVE_HEADERS_PATTERN_DOC |
"The pattern of the headers we want to exclude from the exchange" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_COMPONENT_CONF |
"camel.sink.component" |
public static final String |
CAMEL_SINK_COMPONENT_DOC |
"The camel component to use. This is normally set by default for you. It is ignored if camel.sink.url is set." |
public static final String |
CAMEL_SINK_CONTENT_LOG_LEVEL_CONF |
"camel.sink.contentLogLevel" |
public static final String |
CAMEL_SINK_MARSHAL_CONF |
"camel.sink.marshal" |
public static final String |
CAMEL_SINK_MARSHAL_DOC |
"The camel dataformat name to use to marshal data to the destination" |
public static final String |
CAMEL_SINK_UNMARSHAL_CONF |
"camel.sink.unmarshal" |
public static final String |
CAMEL_SINK_UNMARSHAL_DOC |
"The camel dataformat name to use to unmarshal data from the topic" |
public static final String |
CAMEL_SINK_URL_CONF |
"camel.sink.url" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HEADER_CAMEL_PREFIX |
"CamelHeader." |
public static final String |
KAFKA_RECORD_KEY_HEADER |
"camel.kafka.connector.record.key" |
public static final String |
PROPERTY_CAMEL_PREFIX |
"CamelProperty." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_COMPONENT_CONF |
"camel.source.component" |
public static final String |
CAMEL_SOURCE_COMPONENT_DOC |
"The camel component to use. This is normally set by default for you. It is ignored if camel.source.url is set." |
public static final String |
CAMEL_SOURCE_CONTENT_LOG_LEVEL_CONF |
"camel.source.contentLogLevel" |
public static final String |
CAMEL_SOURCE_MARSHAL_CONF |
"camel.source.marshal" |
public static final String |
CAMEL_SOURCE_MARSHAL_DOC |
"The camel dataformat name to use to unmarshal data to the topic" |
public static final String |
CAMEL_SOURCE_MAX_BATCH_POLL_SIZE_CONF |
"camel.source.maxBatchPollSize" |
public static final String |
CAMEL_SOURCE_MAX_BATCH_POLL_SIZE_DOC |
"The max number of messages retrieved in a single poll()" |
public static final String |
CAMEL_SOURCE_MAX_POLL_DURATION_CONF |
"camel.source.maxPollDuration" |
public static final String |
CAMEL_SOURCE_MAX_POLL_DURATION_DOC |
"The maximum time in milliseconds spent in a single call to poll()" |
public static final String |
CAMEL_SOURCE_MESSAGE_HEADER_KEY_CONF |
"camel.source.camelMessageHeaderKey" |
public static final String |
CAMEL_SOURCE_MESSAGE_HEADER_KEY_DOC |
"The name of a camel message header containing an unique key that can be used as a Kafka message key. If this is not specified, then the Kafka message will not have a key." |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_TIMEOUT_CONF |
"camel.source.pollingConsumerBlockTimeout" |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_TIMEOUT_DOC |
"To use a timeout (in milliseconds) when the producer is blocked if the internal queue is full. If the value is 0 or negative then no timeout is in use." |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_WHEN_FULL_CONF |
"camel.source.pollingConsumerBlockWhenFull" |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_WHEN_FULL_DOC |
"Whether to block any producer if the internal queue is full." |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_QUEUE_SIZE_CONF |
"camel.source.pollingConsumerQueueSize" |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_QUEUE_SIZE_DOC |
"The queue size for the internal hand-off queue between the polling consumer, and producers sending data into the queue." |
public static final String |
CAMEL_SOURCE_UNMARSHAL_CONF |
"camel.source.unmarshal" |
public static final String |
CAMEL_SOURCE_UNMARSHAL_DOC |
"The camel dataformat name to use to unmarshal data from the source" |
public static final String |
CAMEL_SOURCE_URL_CONF |
"camel.source.url" |
public static final String |
TOPIC_CONF |
"topics" |
public static final String |
TOPIC_DEFAULT |
"test" |
public static final String |
TOPIC_DOC |
"A list of topics to use as output for this connector" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HEADER_CAMEL_PREFIX |
"CamelHeader." |
public static final String |
PROPERTY_CAMEL_PREFIX |
"CamelProperty." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_TARGET_TYPE_CONFIG |
"target.type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_TRANSFORMER_SINK_POJO_CLASS_PROPERTY |
"camel.transformer.sink.pojo.class" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_DATAFORMAT_PROPERTIES_PREFIX |
"camel.dataformat." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.