Uses of Class
com.google.adk.utils.ComponentRegistry
Packages that use ComponentRegistry
-
Uses of ComponentRegistry in com.example
Subclasses of ComponentRegistry in com.exampleModifier and TypeClassDescriptionclassCustom ComponentRegistry for the user-defined config agent demo. -
Uses of ComponentRegistry in com.google.adk.utils
Methods in com.google.adk.utils that return ComponentRegistryModifier and TypeMethodDescriptionstatic ComponentRegistryComponentRegistry.getInstance()Returns the global singleton instance of ComponentRegistry.Methods in com.google.adk.utils with parameters of type ComponentRegistryModifier and TypeMethodDescriptionstatic voidComponentRegistry.setInstance(ComponentRegistry newInstance) Updates the global singleton instance with a new ComponentRegistry.