| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AS2EndpointBuilderFactory.AdvancedAS2EndpointBuilder
Advanced builder for endpoint for the AS2 component.
|
| Modifier and Type | Method and Description |
|---|---|
default AS2EndpointBuilderFactory.AdvancedAS2EndpointProducerBuilder |
AS2EndpointBuilderFactory.AS2EndpointProducerBuilder.advanced() |
default AS2EndpointBuilderFactory.AdvancedAS2EndpointProducerBuilder |
AS2EndpointBuilderFactory.AdvancedAS2EndpointProducerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default AS2EndpointBuilderFactory.AdvancedAS2EndpointProducerBuilder |
AS2EndpointBuilderFactory.AdvancedAS2EndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel