public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_ACCESS_TOKEN_CONF |
"camel.component.twitter-directmessage.accessToken" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_ACCESS_TOKEN_DOC |
"The access token" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_ACCESS_TOKEN_SECRET_CONF |
"camel.component.twitter-directmessage.accessTokenSecret" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_ACCESS_TOKEN_SECRET_DOC |
"The access token secret" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.twitter-directmessage.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.twitter-directmessage.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_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_TWITTERDIRECTMESSAGE_COMPONENT_CONSUMER_KEY_CONF |
"camel.component.twitter-directmessage.consumerKey" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_CONSUMER_KEY_DOC |
"The consumer key" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_CONSUMER_SECRET_CONF |
"camel.component.twitter-directmessage.consumerSecret" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_CONSUMER_SECRET_DOC |
"The consumer secret" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_HOST_CONF |
"camel.component.twitter-directmessage.httpProxyHost" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_HOST_DOC |
"The http proxy host which can be used for the camel-twitter." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_PASSWORD_CONF |
"camel.component.twitter-directmessage.httpProxyPassword" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_PASSWORD_DOC |
"The http proxy password which can be used for the camel-twitter." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_PORT_CONF |
"camel.component.twitter-directmessage.httpProxyPort" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_PORT_DOC |
"The http proxy port which can be used for the camel-twitter." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_USER_CONF |
"camel.component.twitter-directmessage.httpProxyUser" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_COMPONENT_HTTP_PROXY_USER_DOC |
"The http proxy user which can be used for the camel-twitter." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_ACCESS_TOKEN_CONF |
"camel.source.endpoint.accessToken" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_ACCESS_TOKEN_DOC |
"The access token. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_ACCESS_TOKEN_SECRET_CONF |
"camel.source.endpoint.accessTokenSecret" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_ACCESS_TOKEN_SECRET_DOC |
"The access secret. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BACKOFF_ERROR_THRESHOLD_CONF |
"camel.source.endpoint.backoffErrorThreshold" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BACKOFF_ERROR_THRESHOLD_DOC |
"The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BACKOFF_IDLE_THRESHOLD_CONF |
"camel.source.endpoint.backoffIdleThreshold" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BACKOFF_IDLE_THRESHOLD_DOC |
"The number of subsequent idle polls that should happen before the backoffMultipler should kick-in." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BACKOFF_MULTIPLIER_CONF |
"camel.source.endpoint.backoffMultiplier" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BACKOFF_MULTIPLIER_DOC |
"To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_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_TWITTERDIRECTMESSAGE_ENDPOINT_CONSUMER_KEY_CONF |
"camel.source.endpoint.consumerKey" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_CONSUMER_KEY_DOC |
"The consumer key. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_CONSUMER_SECRET_CONF |
"camel.source.endpoint.consumerSecret" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_CONSUMER_SECRET_DOC |
"The consumer secret. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_COUNT_CONF |
"camel.source.endpoint.count" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_COUNT_DEFAULT |
"5" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_COUNT_DOC |
"Limiting number of results per page." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_DELAY_CONF |
"camel.source.endpoint.delay" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_DELAY_DOC |
"Milliseconds before the next poll." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_DISTANCE_METRIC_CONF |
"camel.source.endpoint.distanceMetric" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_DISTANCE_METRIC_DEFAULT |
"km" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_DISTANCE_METRIC_DOC |
"Used by the geography search, to search by radius using the configured metrics. The unit can either be mi for miles, or km for kilometers. You need to configure all the following options: longitude, latitude, radius, and distanceMetric. One of: [km] [mi]" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_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_TWITTERDIRECTMESSAGE_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_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_TWITTERDIRECTMESSAGE_ENDPOINT_EXTENDED_MODE_CONF |
"camel.source.endpoint.extendedMode" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_EXTENDED_MODE_DOC |
"Used for enabling full text from twitter (eg receive tweets that contains more than 140 characters)." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_FILTER_OLD_CONF |
"camel.source.endpoint.filterOld" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_FILTER_OLD_DOC |
"Filter out old tweets, that has previously been polled. This state is stored in memory only, and based on last tweet id." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_GREEDY_CONF |
"camel.source.endpoint.greedy" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_GREEDY_DOC |
"If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_HOST_CONF |
"camel.source.endpoint.httpProxyHost" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_HOST_DOC |
"The http proxy host which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_PASSWORD_CONF |
"camel.source.endpoint.httpProxyPassword" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_PASSWORD_DOC |
"The http proxy password which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_PORT_CONF |
"camel.source.endpoint.httpProxyPort" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_PORT_DOC |
"The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_USER_CONF |
"camel.source.endpoint.httpProxyUser" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_HTTP_PROXY_USER_DOC |
"The http proxy user which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_INITIAL_DELAY_CONF |
"camel.source.endpoint.initialDelay" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_INITIAL_DELAY_DOC |
"Milliseconds before the first poll starts. You can also specify time values using units, such as 60s (60 seconds), 5m30s (5 minutes and 30 seconds), and 1h (1 hour)." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LANG_CONF |
"camel.source.endpoint.lang" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LANG_DOC |
"The lang string ISO_639-1 which will be used for searching" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LATITUDE_CONF |
"camel.source.endpoint.latitude" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LATITUDE_DOC |
"Used by the geography search to search by latitude. You need to configure all the following options: longitude, latitude, radius, and distanceMetric." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LOCATIONS_CONF |
"camel.source.endpoint.locations" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LOCATIONS_DOC |
"Bounding boxes, created by pairs of lat/lons. Can be used for filter. A pair is defined as lat,lon. And multiple paris can be separated by semi colon." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LONGITUDE_CONF |
"camel.source.endpoint.longitude" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_LONGITUDE_DOC |
"Used by the geography search to search by longitude. You need to configure all the following options: longitude, latitude, radius, and distanceMetric." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_NUMBER_OF_PAGES_CONF |
"camel.source.endpoint.numberOfPages" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_NUMBER_OF_PAGES_DEFAULT |
"1" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_NUMBER_OF_PAGES_DOC |
"The number of pages result which you want camel-twitter to consume." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_POLL_STRATEGY_CONF |
"camel.source.endpoint.pollStrategy" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_POLL_STRATEGY_DOC |
"A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_RADIUS_CONF |
"camel.source.endpoint.radius" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_RADIUS_DOC |
"Used by the geography search to search by radius. You need to configure all the following options: longitude, latitude, radius, and distanceMetric." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_REPEAT_COUNT_CONF |
"camel.source.endpoint.repeatCount" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_REPEAT_COUNT_DOC |
"Specifies a maximum limit of number of fires. So if you set it to 1, the scheduler will only fire once. If you set it to 5, it will only fire five times. A value of zero or negative means fire forever." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_RUN_LOGGING_LEVEL_CONF |
"camel.source.endpoint.runLoggingLevel" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_RUN_LOGGING_LEVEL_DEFAULT |
"TRACE" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_RUN_LOGGING_LEVEL_DOC |
"The consumer logs a start/complete log line when it polls. This option allows you to configure the logging level for that. One of: [TRACE] [DEBUG] [INFO] [WARN] [ERROR] [OFF]" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULED_EXECUTOR_SERVICE_CONF |
"camel.source.endpoint.scheduledExecutorService" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULED_EXECUTOR_SERVICE_DOC |
"Allows for configuring a custom/shared thread pool to use for the consumer. By default each consumer has its own single threaded thread pool." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULER_CONF |
"camel.source.endpoint.scheduler" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULER_DEFAULT |
"none" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULER_DOC |
"To use a cron scheduler from either camel-spring or camel-quartz component One of: [none] [spring] [quartz]" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULER_PROPERTIES_CONF |
"camel.source.endpoint.schedulerProperties" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SCHEDULER_PROPERTIES_DOC |
"To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SEND_EMPTY_MESSAGE_WHEN_IDLE_CONF |
"camel.source.endpoint.sendEmptyMessageWhenIdle" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SEND_EMPTY_MESSAGE_WHEN_IDLE_DOC |
"If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SINCE_ID_CONF |
"camel.source.endpoint.sinceId" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SINCE_ID_DOC |
"The last tweet id which will be used for pulling the tweets. It is useful when the camel route is restarted after a long running." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SORT_BY_ID_CONF |
"camel.source.endpoint.sortById" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SORT_BY_ID_DOC |
"Sorts by id, so the oldest are first, and newest last." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_START_SCHEDULER_CONF |
"camel.source.endpoint.startScheduler" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_START_SCHEDULER_DOC |
"Whether the scheduler should be auto started." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_TIME_UNIT_CONF |
"camel.source.endpoint.timeUnit" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_TIME_UNIT_DEFAULT |
"MILLISECONDS" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_TIME_UNIT_DOC |
"Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS]" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_TYPE_CONF |
"camel.source.endpoint.type" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_TYPE_DEFAULT |
"polling" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_TYPE_DOC |
"Endpoint type to use. One of: [polling] [direct]" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_USE_FIXED_DELAY_CONF |
"camel.source.endpoint.useFixedDelay" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_USE_FIXED_DELAY_DOC |
"Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_USER_IDS_CONF |
"camel.source.endpoint.userIds" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_ENDPOINT_USER_IDS_DOC |
"To filter by user ids for filter. Multiple values can be separated by comma." |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_PATH_USER_CONF |
"camel.source.path.user" |
public static final String |
CAMEL_SOURCE_TWITTERDIRECTMESSAGE_PATH_USER_DOC |
"The user name to send a direct message. This will be ignored for consumer." |