Uses of Class
com.dtsx.astra.sdk.utils.observability.ApiExecutionInfos
Packages that use ApiExecutionInfos
-
Uses of ApiExecutionInfos in com.dtsx.astra.sdk.utils.observability
Methods in com.dtsx.astra.sdk.utils.observability that return ApiExecutionInfosModifier and TypeMethodDescriptionApiExecutionInfos.ApiExecutionInfoBuilder.build()Invoke constructor with the builder.Methods in com.dtsx.astra.sdk.utils.observability with parameters of type ApiExecutionInfosModifier and TypeMethodDescriptionvoidApiRequestObserver.onRequest(ApiExecutionInfos executionInfo) Invoked when a command is executed, providing an opportunity for registered observers to perform synchronous post-execution treatments based on the command's execution information.voidLoggingRequestObserver.onRequest(ApiExecutionInfos executionInfo) Invoked when a command is executed, providing an opportunity for registered observers to perform synchronous post-execution treatments based on the command's execution information.