Uses of Class
com.mulesoft.connectors.a2a.internal.client.connection.A2AClient
Packages that use A2AClient
Package
Description
-
Uses of A2AClient in com.mulesoft.connectors.a2a.internal.client.connection.provider
Methods in com.mulesoft.connectors.a2a.internal.client.connection.provider that return A2AClientMethods in com.mulesoft.connectors.a2a.internal.client.connection.provider with parameters of type A2AClientModifier and TypeMethodDescriptionvoidClientConnectionProvider.disconnect(A2AClient client) org.mule.sdk.api.connectivity.ConnectionValidationResult -
Uses of A2AClient in com.mulesoft.connectors.a2a.internal.client.operation
Methods in com.mulesoft.connectors.a2a.internal.client.operation with parameters of type A2AClientModifier and TypeMethodDescriptionvoidClientOperations.cancelTask(A2AClient client, InputStream taskId, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, ResponseAttributes> completionCallback) voidClientOperations.getCard(A2AClient client, boolean useExtendedCard, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, ResponseAttributes> completionCallback) voidClientOperations.getTask(A2AClient client, InputStream taskQuery, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, ResponseAttributes> completionCallback) voidClientOperations.sendMessage(A2AClient client, InputStream message, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, ResponseAttributes> completionCallback) voidClientOperations.sendTask(A2AClient client, InputStream task, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, ResponseAttributes> completionCallback)