| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder.advanced() |
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder |
WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder.httpConnectionManager(Object httpConnectionManager)
Pool connection manager for advanced configuration.
|
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder |
WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder.httpConnectionManager(String httpConnectionManager)
Pool connection manager for advanced configuration.
|
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder |
WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder |
WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel