public interface ResponseDiagnosticsProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processResponseDiagnostics(ResponseDiagnostics responseDiagnostics)
Gets called after receiving response from CosmosDb.
|
void processResponseDiagnostics(@Nullable ResponseDiagnostics responseDiagnostics)
ResponseDiagnostics object.
In case of missing diagnostics from CosmosDb, responseDiagnostics will be null.
responseDiagnostics - responseDiagnostics object containing CosmosDb response
diagnostics informationCopyright © 2020 Microsoft. All rights reserved.