Class ApiExecutionInfos

java.lang.Object
com.dtsx.astra.sdk.utils.observability.ApiExecutionInfos
All Implemented Interfaces:
Serializable

public class ApiExecutionInfos extends Object implements Serializable
Encapsulates detailed information about the execution of a command, including the original request, the raw response, HTTP response details, and timing information. This class serves as a comprehensive record of a command's execution, facilitating analysis, logging, and monitoring of command operations.
See Also: