| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_TIMER_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.timer.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_TIMER_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_TIMER_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.timer.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_TIMER_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_TIMER_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_TIMER_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_TIMER_ENDPOINT_DAEMON_CONF |
"camel.source.endpoint.daemon" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_DAEMON_DOC |
"Specifies whether or not the thread associated with the timer endpoint runs as a daemon. The default value is true." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_DELAY_CONF |
"camel.source.endpoint.delay" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_DELAY_DOC |
"Delay before first event is triggered." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_TIMER_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_TIMER_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_TIMER_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_TIMER_ENDPOINT_FIXED_RATE_CONF |
"camel.source.endpoint.fixedRate" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_FIXED_RATE_DOC |
"Events take place at approximately regular intervals, separated by the specified period." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_INCLUDE_METADATA_CONF |
"camel.source.endpoint.includeMetadata" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_INCLUDE_METADATA_DOC |
"Whether to include metadata in the exchange such as fired time, timer name, timer count etc. This information is default included." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_PATTERN_CONF |
"camel.source.endpoint.pattern" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_PATTERN_DOC |
"Allows you to specify a custom Date pattern to use for setting the time option using URI syntax." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_PERIOD_CONF |
"camel.source.endpoint.period" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_PERIOD_DOC |
"If greater than 0, generate periodic events every period." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_REPEAT_COUNT_CONF |
"camel.source.endpoint.repeatCount" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_REPEAT_COUNT_DOC |
"Specifies a maximum limit of number of fires. So if you set it to 1, the timer 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_TIMER_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_TIMER_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_TIMER_ENDPOINT_TIME_CONF |
"camel.source.endpoint.time" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_TIME_DOC |
"A java.util.Date the first event should be generated. If using the URI, the pattern expected is: yyyy-MM-dd HH:mm:ss or yyyy-MM-dd\'T\'HH:mm:ss." |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_TIMER_CONF |
"camel.source.endpoint.timer" |
public static final String |
CAMEL_SOURCE_TIMER_ENDPOINT_TIMER_DOC |
"To use a custom Timer" |
public static final String |
CAMEL_SOURCE_TIMER_PATH_TIMER_NAME_CONF |
"camel.source.path.timerName" |
public static final String |
CAMEL_SOURCE_TIMER_PATH_TIMER_NAME_DOC |
"The name of the timer" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.