| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CMISEndpointBuilderFactory.AdvancedCMISEndpointBuilder
Advanced builder for endpoint for the CMIS component.
|
| Modifier and Type | Method and Description |
|---|---|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
CMISEndpointBuilderFactory.CMISEndpointProducerBuilder.advanced() |
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder.sessionFacadeFactory(Object sessionFacadeFactory)
To use a custom CMISSessionFacadeFactory to create the
CMISSessionFacade instances.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder.sessionFacadeFactory(String sessionFacadeFactory)
To use a custom CMISSessionFacadeFactory to create the
CMISSessionFacade instances.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel