Uses of Interface
com.dtsx.astra.sdk.utils.observability.ApiRequestObserver
Packages that use ApiRequestObserver
Package
Description
Devops Api Client main class.
Sub Clients relative to Astra Db Service.
Utility Classes for devops.
-
Uses of ApiRequestObserver in com.dtsx.astra.sdk
Fields in com.dtsx.astra.sdk with type parameters of type ApiRequestObserverModifier and TypeFieldDescriptionprotected final Map<String, ApiRequestObserver> AbstractApiClient.observersObservers to notify.Constructor parameters in com.dtsx.astra.sdk with type arguments of type ApiRequestObserverModifierConstructorDescriptionAbstractApiClient(String token, AstraEnvironment env, Map<String, ApiRequestObserver> observers) Default constructor. -
Uses of ApiRequestObserver in com.dtsx.astra.sdk.db
Constructor parameters in com.dtsx.astra.sdk.db with type arguments of type ApiRequestObserverModifierConstructorDescriptionAstraDBOpsClient(String token, AstraEnvironment env, Map<String, ApiRequestObserver> observers) As immutable object use builder to initiate the object. -
Uses of ApiRequestObserver in com.dtsx.astra.sdk.utils
Fields in com.dtsx.astra.sdk.utils with type parameters of type ApiRequestObserverModifier and TypeFieldDescriptionprotected static Map<String, ApiRequestObserver> HttpClientWrapper.observersObservers.Methods in com.dtsx.astra.sdk.utils with parameters of type ApiRequestObserverModifier and TypeMethodDescriptionstatic voidHttpClientWrapper.registerObserver(ApiRequestObserver observer) Register an observer with its className.static voidHttpClientWrapper.registerObserver(String name, ApiRequestObserver observer) Allow to register a listener for the command.Method parameters in com.dtsx.astra.sdk.utils with type arguments of type ApiRequestObserverModifier and TypeMethodDescriptionstatic voidHttpClientWrapper.registerObservers(Map<String, ApiRequestObserver> observers) Allow to register a listener for the command.static voidHttpClientWrapper.unregisterObserver(Class<ApiRequestObserver> observer) Remove an observer by its class. -
Uses of ApiRequestObserver in com.dtsx.astra.sdk.utils.observability
Classes in com.dtsx.astra.sdk.utils.observability that implement ApiRequestObserverModifier and TypeClassDescriptionclassImplements aApiRequestObserverthat logs command execution details.