Uses of Class
com.google.genai.gaos.utils.AsyncHooks
Packages that use AsyncHooks
-
Uses of AsyncHooks in com.google.genai.gaos
Methods in com.google.genai.gaos that return AsyncHooksMethods in com.google.genai.gaos with parameters of type AsyncHooks -
Uses of AsyncHooks in com.google.genai.gaos.hooks
Methods in com.google.genai.gaos.hooks with parameters of type AsyncHooks -
Uses of AsyncHooks in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return AsyncHooksModifier and TypeMethodDescriptionAsyncHooks.registerAfterError(AsyncHook.AfterError afterError) Registers an async after-error hook.AsyncHooks.registerAfterSuccess(AsyncHook.AfterSuccess afterSuccess) Registers an async after-success hook.AsyncHooks.registerBeforeRequest(AsyncHook.BeforeRequest beforeRequest) Registers an async before-request hook.