Uses of Class
com.flowable.agent.engine.impl.model.a2a.client.A2AMessage
Packages that use A2AMessage
Package
Description
-
Uses of A2AMessage in com.flowable.agent.engine.impl.model.a2a
Methods in com.flowable.agent.engine.impl.model.a2a that return A2AMessageModifier and TypeMethodDescriptionprotected A2AMessageA2AModelInvoker.createSendMessage(AgentInvocationContext agentInvocationContext) Methods in com.flowable.agent.engine.impl.model.a2a with parameters of type A2AMessageModifier and TypeMethodDescriptionprotected PartA2AModelInvoker.getResultPartAndAddMessageToExchange(A2AMessage message, String partType, AgentInvocationResultResponse.Exchange exchange) -
Uses of A2AMessage in com.flowable.agent.engine.impl.model.a2a.client
Fields in com.flowable.agent.engine.impl.model.a2a.client declared as A2AMessageFields in com.flowable.agent.engine.impl.model.a2a.client with type parameters of type A2AMessageMethods in com.flowable.agent.engine.impl.model.a2a.client that return A2AMessageMethods in com.flowable.agent.engine.impl.model.a2a.client that return types with arguments of type A2AMessageMethods in com.flowable.agent.engine.impl.model.a2a.client with parameters of type A2AMessageModifier and TypeMethodDescriptionA2AClient.sendMessage(A2AMessage message, Map<String, String> additionalHeaders) JsonRpcA2AClient.sendMessage(A2AMessage message, Map<String, String> additionalHeaders) RestA2AClient.sendMessage(A2AMessage message, Map<String, String> additionalHeaders) voidTaskStatus.setMessage(A2AMessage message) Method parameters in com.flowable.agent.engine.impl.model.a2a.client with type arguments of type A2AMessage -
Uses of A2AMessage in com.flowable.agent.engine.impl.runtime
Methods in com.flowable.agent.engine.impl.runtime with parameters of type A2AMessageModifier and TypeMethodDescriptionA2AAgentInvocationResultResponse.forMessage(A2AMessage message, AgentInvocationResult result, AgentInvocationResultResponse.Invocation invocation)