Uses of Interface
com.azure.spring.data.cosmos.core.ResponseDiagnosticsProcessor
Packages that use ResponseDiagnosticsProcessor
Package
Description
This package contains the classes of utils for cosmosdb
This package contains the classes to configure properties of cosmos db
This package contains the exception classes of cosmos db
-
Uses of ResponseDiagnosticsProcessor in com.azure.spring.data.cosmos.common
Methods in com.azure.spring.data.cosmos.common with parameters of type ResponseDiagnosticsProcessorModifier and TypeMethodDescriptionstatic voidCosmosUtils.fillAndProcessCosmosExceptionDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, com.azure.cosmos.CosmosException cosmosException) Generate ResponseDiagnostics with CosmosException diagnosticsstatic <T> voidCosmosUtils.fillAndProcessResponseDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, com.azure.cosmos.CosmosDiagnostics cosmosDiagnostics, com.azure.cosmos.models.FeedResponse<T> feedResponse) Generate ResponseDiagnostics with cosmos and feed response diagnostics -
Uses of ResponseDiagnosticsProcessor in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return ResponseDiagnosticsProcessorModifier and TypeMethodDescriptionCosmosConfig.getResponseDiagnosticsProcessor()Gets response diagnostics processorMethods in com.azure.spring.data.cosmos.config with parameters of type ResponseDiagnosticsProcessorModifier and TypeMethodDescriptionCosmosConfig.CosmosConfigBuilder.responseDiagnosticsProcessor(ResponseDiagnosticsProcessor responseDiagnosticsProcessor) Set responseDiagnosticsProcessorConstructors in com.azure.spring.data.cosmos.config with parameters of type ResponseDiagnosticsProcessorModifierConstructorDescriptionCosmosConfig(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, boolean queryMetricsEnabled) InitializationCosmosConfig(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, DatabaseThroughputConfig databaseThroughputConfig, boolean queryMetricsEnabled) Initialization -
Uses of ResponseDiagnosticsProcessor in com.azure.spring.data.cosmos.exception
Methods in com.azure.spring.data.cosmos.exception with parameters of type ResponseDiagnosticsProcessorModifier and TypeMethodDescriptionstatic <T> Mono<T>CosmosExceptionUtils.exceptionHandler(String message, Throwable throwable, ResponseDiagnosticsProcessor responseDiagnosticsProcessor) To throw a CosmosDBAccessExceptionstatic <T> Mono<T>CosmosExceptionUtils.findAPIExceptionHandler(String message, Throwable throwable, ResponseDiagnosticsProcessor responseDiagnosticsProcessor) To find an exceptionHandler for a exception and return empty Mono if the exception status code is not found