public static interface DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder |
basic() |
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
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 DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
headerFilterStrategy(String headerFilterStrategy)
Sets a HeaderFilterStrategy that will only be applied on producer
endpoints (on both directions: request and response).
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
propagateProperties(boolean propagateProperties)
Whether to propagate or not properties from the producer side to the
consumer side, and vice versa.
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
propagateProperties(String propagateProperties)
Whether to propagate or not properties from the producer side to the
consumer side, and vice versa.
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder basic()
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: producer (advanced)default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: producer (advanced)default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder propagateProperties(boolean propagateProperties)
boolean type.
Default: true
Group: advanceddefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder propagateProperties(String propagateProperties)
boolean type.
Default: true
Group: advanceddefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel