Uses of Interface
org.apache.camel.builder.endpoint.dsl.ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder
-
Packages that use ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder Modifier and Type Method Description default ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder
ApnsEndpointBuilderFactory.ApnsEndpointBuilder. advanced()
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder
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
ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-