Package com.datastax.astra.internal.command
package com.datastax.astra.internal.command
Internal technical classes to run commands against the API.
-
ClassDescriptionExecute the command and parse results throwing DataApiResponseException when needed.Defines the contract for observers that react to command executions within the DataApiClient.Encapsulates detailed information about the execution of a command, including the original request, the raw response, HTTP response details, and timing information.Builder class for execution informationImplements a
CommandObserver
that logs command execution details.