Uses of Class
org.a2aproject.sdk.client.config.ClientConfig
Packages that use ClientConfig
-
Uses of ClientConfig in org.a2aproject.sdk.client
Methods in org.a2aproject.sdk.client with parameters of type ClientConfigModifier and TypeMethodDescriptionClientBuilder.clientConfig(@NonNull ClientConfig clientConfig) Configure client behavior such as streaming mode, polling, and transport preference. -
Uses of ClientConfig in org.a2aproject.sdk.client.config
Methods in org.a2aproject.sdk.client.config that return ClientConfigModifier and TypeMethodDescriptionClientConfig.Builder.build()Build the ClientConfig with the configured settings.