timer endpoint

timer endpoint

Represents a timer endpoint that can generate periodic inbound exchanges triggered by a timer. @version

Name Type Description
daemon boolean
delay long
exchangePattern org.apache.camel.ExchangePattern Sets the default exchange pattern to use for {@link #createExchange()}. The default value is {@link ExchangePattern#InOnly}
fixedRate boolean
period long
repeatCount long
synchronous boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). @param synchronous true to enforce synchronous processing
time java.util.Date
timer java.util.Timer
timerName java.lang.String

timer consumer

The timer consumer. @version