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