Package io.a2a.http
Interface A2AHttpClient.GetBuilder
- All Superinterfaces:
A2AHttpClient.Builder<A2AHttpClient.GetBuilder>
- Enclosing interface:
- A2AHttpClient
public static interface A2AHttpClient.GetBuilder
extends A2AHttpClient.Builder<A2AHttpClient.GetBuilder>
-
Method Summary
Methods inherited from interface io.a2a.http.A2AHttpClient.Builder
addHeader, url
-
Method Details
-
get
- Throws:
IOExceptionInterruptedException
-
getAsyncSSE
CompletableFuture<Void> getAsyncSSE(Consumer<String> messageConsumer, Consumer<Throwable> errorConsumer, Runnable completeRunnable) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-