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