Uses of Interface
com.azure.spring.data.cosmos.core.ResponseDiagnosticsProcessor
-
Packages that use ResponseDiagnosticsProcessor Package Description com.azure.spring.data.cosmos.common This package contains the classes of utils for cosmosdbcom.azure.spring.data.cosmos.config This package contains the classes to configure properties of cosmos dbcom.azure.spring.data.cosmos.exception 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 ResponseDiagnosticsProcessor Modifier and Type Method Description static voidCosmosUtils. fillAndProcessCosmosExceptionDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, CosmosException cosmosException)Generate ResponseDiagnostics with CosmosException diagnosticsstatic <T> voidCosmosUtils. fillAndProcessResponseDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, CosmosDiagnostics cosmosDiagnostics, 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 ResponseDiagnosticsProcessor Modifier and Type Method Description ResponseDiagnosticsProcessorCosmosConfig. getResponseDiagnosticsProcessor()Gets response diagnostics processorMethods in com.azure.spring.data.cosmos.config with parameters of type ResponseDiagnosticsProcessor Modifier and Type Method Description CosmosConfig.CosmosConfigBuilderCosmosConfig.CosmosConfigBuilder. responseDiagnosticsProcessor(ResponseDiagnosticsProcessor responseDiagnosticsProcessor)Set responseDiagnosticsProcessorConstructors in com.azure.spring.data.cosmos.config with parameters of type ResponseDiagnosticsProcessor Constructor Description CosmosConfig(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 ResponseDiagnosticsProcessor Modifier and Type Method Description static <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
-