public static interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder extends DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuilder, DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
basic() |
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder |
propagateProperties(boolean propagateProperties)
Whether to propagate or not properties from the producer side to the
consumer side, and vice versa.
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder |
propagateProperties(String propagateProperties)
Whether to propagate or not properties from the producer side to the
consumer side, and vice versa.
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUriheaderFilterStrategy, headerFilterStrategydefault DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder basic()
basic in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuilderbasic in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilderdefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder propagateProperties(boolean propagateProperties)
propagateProperties in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuilderpropagateProperties in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilderpropagateProperties - the value to setdefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder propagateProperties(String propagateProperties)
propagateProperties in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuilderpropagateProperties in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilderpropagateProperties - the value to setdefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder synchronous(boolean synchronous)
synchronous in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuildersynchronous in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuildersynchronous - the value to setdefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder synchronous(String synchronous)
synchronous in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuildersynchronous in interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuildersynchronous - the value to setApache Camel