Interface SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder
,SlackEndpointBuilderFactory.AdvancedSlackEndpointProducerBuilder
- Enclosing interface:
- SlackEndpointBuilderFactory
public static interface SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder extends SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder, SlackEndpointBuilderFactory.AdvancedSlackEndpointProducerBuilder
Advanced builder for endpoint for the Slack component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SlackEndpointBuilderFactory.SlackEndpointBuilder
basic()
default SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder
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.SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategy
-
-
-
-
Method Detail
-
basic
default SlackEndpointBuilderFactory.SlackEndpointBuilder basic()
- Specified by:
basic
in interfaceSlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder
- Specified by:
basic
in interfaceSlackEndpointBuilderFactory.AdvancedSlackEndpointProducerBuilder
-
synchronous
default SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder 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 interfaceSlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceSlackEndpointBuilderFactory.AdvancedSlackEndpointProducerBuilder
-
synchronous
default SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder 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 interfaceSlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceSlackEndpointBuilderFactory.AdvancedSlackEndpointProducerBuilder
-
-