Uses of Class
com.azure.spring.data.cosmos.core.ResponseDiagnostics
-
Packages that use ResponseDiagnostics Package Description com.azure.spring.data.cosmos.core This package contains the core classes of cosmos db, includes converters, query generators and mapping to cosmos entities -
-
Uses of ResponseDiagnostics in com.azure.spring.data.cosmos.core
Methods in com.azure.spring.data.cosmos.core with parameters of type ResponseDiagnostics Modifier and Type Method Description voidResponseDiagnosticsProcessor. processResponseDiagnostics(ResponseDiagnostics responseDiagnostics)Gets called after receiving response from CosmosDb.
-