direct endpoint

direct endpoint

Represents a direct endpoint that synchronously invokes the consumer of the endpoint when a producer sends a message to it. @version

Name Type Description
block boolean
exchangePattern org.apache.camel.ExchangePattern Sets the default exchange pattern to use for {@link #createExchange()}. The default value is {@link ExchangePattern#InOnly}
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
timeout long

direct consumer

The direct consumer. @version