Uses of Interface
org.apache.camel.builder.endpoint.dsl.CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder
Packages that use CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder
-
Uses of CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Azure CosmosDB component.Methods in org.apache.camel.builder.endpoint.dsl that return CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilderModifier and TypeMethodDescriptionCosmosDbEndpointBuilderFactory.CosmosDbEndpointProducerBuilder.advanced()CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder.indexingPolicy(com.azure.cosmos.models.IndexingPolicy indexingPolicy) The CosmosDB Indexing Policy that will be set in case of container creation, this option is related to createLeaseContainerIfNotExists and it will be taken into account when the latter is true.CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder.indexingPolicy(String indexingPolicy) The CosmosDB Indexing Policy that will be set in case of container creation, this option is related to createLeaseContainerIfNotExists and it will be taken into account when the latter is true.CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).