default DirectComponentBuilderFactory.DirectComponentBuilder |
DirectComponentBuilderFactory.DirectComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default DirectComponentBuilderFactory.DirectComponentBuilder |
DirectComponentBuilderFactory.DirectComponentBuilder.block(boolean block) |
If sending a message to a direct endpoint which has no active
consumer, then we can tell the producer to block and wait for the
consumer to become active.
|
default DirectComponentBuilderFactory.DirectComponentBuilder |
DirectComponentBuilderFactory.DirectComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
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.
|
static DirectComponentBuilderFactory.DirectComponentBuilder |
DirectComponentBuilderFactory.direct() |
Direct (camel-direct)
Call another endpoint from the same Camel Context synchronously.
|
default DirectComponentBuilderFactory.DirectComponentBuilder |
DirectComponentBuilderFactory.DirectComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default DirectComponentBuilderFactory.DirectComponentBuilder |
DirectComponentBuilderFactory.DirectComponentBuilder.timeout(long timeout) |
The timeout value to use if block is enabled.
|