Quartz

Quartz

Scheme: quartz

A Quartz Endpoint

Name Kind Type Required Deprecated Default Value Enum Values Description
groupName path java.lang.String false
timerName path java.lang.String true false
stateful parameter boolean false
deleteJob parameter boolean false true
pauseJob parameter boolean false
usingFixedCamelContextName parameter boolean false If it is true, the CamelContext name is used, if it is false, use the CamelContext management name which could be changed during the deploy time
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

quartz consumer