Uses of Interface
com.google.genai.gaos.utils.AsyncHook.AfterSuccess
Packages that use AsyncHook.AfterSuccess
-
Uses of AsyncHook.AfterSuccess in com.google.genai.gaos.utils
Classes in com.google.genai.gaos.utils that implement AsyncHook.AfterSuccessModifier and TypeClassDescriptionclassAsync hook registry for runtime request/response processing.Fields in com.google.genai.gaos.utils declared as AsyncHook.AfterSuccessModifier and TypeFieldDescriptionstatic final AsyncHook.AfterSuccessAsyncHook.AfterSuccess.DEFAULTMethods in com.google.genai.gaos.utils that return AsyncHook.AfterSuccessModifier and TypeMethodDescriptionstatic AsyncHook.AfterSuccessHookAdapters.toAsync(Hook.AfterSuccess afterSuccessHook) Adapts a synchronousHook.AfterSuccessto an asynchronousAsyncHook.AfterSuccess.Methods in com.google.genai.gaos.utils with parameters of type AsyncHook.AfterSuccessModifier and TypeMethodDescriptionAsyncHooks.registerAfterSuccess(AsyncHook.AfterSuccess afterSuccess) Registers an async after-success hook.