public static interface DirectVmComponentBuilderFactory.DirectVmComponentBuilder extends ComponentBuilder<org.apache.camel.component.directvm.DirectVmComponent>
| Modifier and Type | Method and Description |
|---|---|
default DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
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 DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
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.
|
default DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
Sets a HeaderFilterStrategy that will only be applied on producer
endpoints (on both directions: request and response).
|
default DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
propagateProperties(boolean propagateProperties)
Whether to propagate or not properties from the producer side to the
consumer side, and vice versa.
|
default DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
timeout(long timeout)
The timeout value to use if block is enabled.
|
build, build, doSetProperty, registerdefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder block(boolean block)
boolean type.
Default: true
Group: producerdefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder timeout(long timeout)
long type.
Default: 30000
Group: producerdefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault DirectVmComponentBuilderFactory.DirectVmComponentBuilder propagateProperties(boolean propagateProperties)
boolean type.
Default: true
Group: advancedApache Camel