| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_AGGREGATE_CONF |
"camel.beans.aggregate" |
public static final String |
CAMEL_SINK_AGGREGATE_DOC |
"A reference to an aggregate bean, in the form of #class:" |
public static final String |
CAMEL_SINK_AGGREGATE_SIZE_CONF |
"camel.beans.aggregation.size" |
public static final String |
CAMEL_SINK_AGGREGATE_SIZE_DOC |
"The size of the aggregation, to be used in combination with camel.beans.aggregate" |
public static final String |
CAMEL_SINK_AGGREGATE_TIMEOUT_CONF |
"camel.beans.aggregation.timeout" |
public static final String |
CAMEL_SINK_AGGREGATE_TIMEOUT_DOC |
"The timeout of the aggregation, to be used in combination with camel.beans.aggregate" |
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" |
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 input for this connector" |
| 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_DATAFORMAT_PROPERTIES_PREFIX |
"camel.dataformat." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.