Deelen iwwer


CosmosOperationPolicy Interface

public interface CosmosOperationPolicy

Represents a policy that can be used with CosmosClientBuilder to customize the request sent to Azure Cosmos DB.

Method Summary

Modifier and Type Method and Description
abstract void process(CosmosOperationDetails operationDetails)

Processes the request details and calls the next policy in the chain.

Method Details

process

public abstract void process(CosmosOperationDetails operationDetails)

Processes the request details and calls the next policy in the chain.

Parameters:

operationDetails - The request details.

Applies to