default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
SedaEndpointBuilderFactory.SedaEndpointBuilder.advanced() |
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder.queue(String queue) |
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder.queue(BlockingQueue queue) |
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|