public static interface ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder |
basic() |
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used.
|
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used.
|
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder basic()
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel