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