public static interface WekaEndpointBuilderFactory.AdvancedWekaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
basic() |
default WekaEndpointBuilderFactory.AdvancedWekaEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WekaEndpointBuilderFactory.AdvancedWekaEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder basic()
default WekaEndpointBuilderFactory.AdvancedWekaEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault WekaEndpointBuilderFactory.AdvancedWekaEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel