| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder |
DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder.advanced() |
default DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder |
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 |
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 |
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 |
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel