Uses of Class
org.apache.camel.builder.endpoint.dsl.CosmosDbEndpointBuilderFactory.ConsistencyLevel
-
Packages that use CosmosDbEndpointBuilderFactory.ConsistencyLevel Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of CosmosDbEndpointBuilderFactory.ConsistencyLevel in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CosmosDbEndpointBuilderFactory.ConsistencyLevel Modifier and Type Method Description static CosmosDbEndpointBuilderFactory.ConsistencyLevelCosmosDbEndpointBuilderFactory.ConsistencyLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CosmosDbEndpointBuilderFactory.ConsistencyLevel[]CosmosDbEndpointBuilderFactory.ConsistencyLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type CosmosDbEndpointBuilderFactory.ConsistencyLevel Modifier and Type Method Description default CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilderCosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder. consistencyLevel(CosmosDbEndpointBuilderFactory.ConsistencyLevel consistencyLevel)Sets the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.default CosmosDbEndpointBuilderFactory.CosmosDbEndpointConsumerBuilderCosmosDbEndpointBuilderFactory.CosmosDbEndpointConsumerBuilder. consistencyLevel(CosmosDbEndpointBuilderFactory.ConsistencyLevel consistencyLevel)Sets the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.default CosmosDbEndpointBuilderFactory.CosmosDbEndpointProducerBuilderCosmosDbEndpointBuilderFactory.CosmosDbEndpointProducerBuilder. consistencyLevel(CosmosDbEndpointBuilderFactory.ConsistencyLevel consistencyLevel)Sets the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.
-