Interface CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder
-
- All Superinterfaces:
CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder
,CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
,org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- CometdEndpointBuilderFactory
public static interface CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder extends CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder, CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
Advanced builder for endpoint for the CometD component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CometdEndpointBuilderFactory.CometdEndpointBuilder
basic()
default CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder
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.endpoint.dsl.CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
-
-
-
Method Detail
-
basic
default CometdEndpointBuilderFactory.CometdEndpointBuilder basic()
- Specified by:
basic
in interfaceCometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder
- Specified by:
basic
in interfaceCometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
-
synchronous
default CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder 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 interfaceCometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceCometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
-
synchronous
default CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder 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 interfaceCometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceCometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
-
-