Uses of Interface
com.google.genai.gaos.utils.AsyncHook.BeforeRequest
Packages that use AsyncHook.BeforeRequest
-
Uses of AsyncHook.BeforeRequest in com.google.genai.gaos.utils
Classes in com.google.genai.gaos.utils that implement AsyncHook.BeforeRequestModifier and TypeClassDescriptionstatic final classclassAsync hook registry for runtime request/response processing.Fields in com.google.genai.gaos.utils declared as AsyncHook.BeforeRequestModifier and TypeFieldDescriptionstatic final AsyncHook.BeforeRequestAsyncHook.BeforeRequest.DEFAULTMethods in com.google.genai.gaos.utils that return AsyncHook.BeforeRequestModifier and TypeMethodDescriptionstatic AsyncHook.BeforeRequestHookAdapters.toAsync(Hook.BeforeRequest beforeRequestHook) Adapts a synchronousHook.BeforeRequestto an asynchronousAsyncHook.BeforeRequest.Methods in com.google.genai.gaos.utils with parameters of type AsyncHook.BeforeRequestModifier and TypeMethodDescriptionAsyncHooks.registerBeforeRequest(AsyncHook.BeforeRequest beforeRequest) Registers an async before-request hook.