Interface CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder
-
- All Superinterfaces:
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
,CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
,org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- CordaEndpointBuilderFactory
public static interface CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder extends CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder, CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
Advanced builder for endpoint for the Corda component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CordaEndpointBuilderFactory.CordaEndpointBuilder
basic()
default CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder
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.CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
contractStateClass, contractStateClass, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, flowLogicArguments, flowLogicArguments, flowLogicClass, flowLogicClass, queryCriteria, queryCriteria
-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
-
-
-
Method Detail
-
basic
default CordaEndpointBuilderFactory.CordaEndpointBuilder basic()
- Specified by:
basic
in interfaceCordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
- Specified by:
basic
in interfaceCordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
-
synchronous
default CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder 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 interfaceCordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceCordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
-
synchronous
default CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder 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 interfaceCordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceCordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
-
-