public static interface CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder extends CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder, CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
| Modifier and Type | Method and 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).
|
contractStateClass, contractStateClass, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, flowLogicArguments, flowLogicArguments, flowLogicClass, flowLogicClass, queryCriteria, queryCriteriadoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault CordaEndpointBuilderFactory.CordaEndpointBuilder basic()
basic in interface CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilderbasic in interface CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilderdefault CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder synchronous(boolean synchronous)
synchronous in interface CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuildersynchronous in interface CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuildersynchronous - the value to setdefault CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder synchronous(String synchronous)
synchronous in interface CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuildersynchronous in interface CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuildersynchronous - the value to setApache Camel