Interface SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointConsumerBuilder
,SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointProducerBuilder
- Enclosing interface:
- SoroushBotEndpointBuilderFactory
public static interface SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointBuilder extends SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointConsumerBuilder, SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointProducerBuilder
Advanced builder for endpoint for the Soroush component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SoroushBotEndpointBuilderFactory.SoroushBotEndpointBuilder
basic()
default SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
-
-
-
-
Method Detail
-
basic
default SoroushBotEndpointBuilderFactory.SoroushBotEndpointBuilder basic()
- Specified by:
basic
in interfaceSoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointConsumerBuilder
- Specified by:
basic
in interfaceSoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointProducerBuilder
-
synchronous
default SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceSoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceSoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointProducerBuilder
-
synchronous
default SoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceSoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceSoroushBotEndpointBuilderFactory.AdvancedSoroushBotEndpointProducerBuilder
-
-