Uses of Class
com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponse.Exchange
Packages that use AgentInvocationResultResponse.Exchange
-
Uses of AgentInvocationResultResponse.Exchange in com.flowable.agent.engine.impl.model.a2a
Methods in com.flowable.agent.engine.impl.model.a2a with parameters of type AgentInvocationResultResponse.ExchangeModifier and TypeMethodDescriptionprotected A2AAgentInvocationResultResponseA2AModelInvoker.createInvocationResultResponseAndAddToExchange(A2AEvent response, boolean hasOutputSchema, AgentInvocationResultResponse.Exchange exchange, AgentInvocationResultResponse.Invocation invocation) protected PartA2AModelInvoker.findResultPartAndAddPartsToExchange(String partType, List<Part> parts, AgentInvocationResultResponse.Exchange exchange) protected PartA2AModelInvoker.getResultPartAndAddMessageToExchange(A2AMessage message, String partType, AgentInvocationResultResponse.Exchange exchange) protected PartA2AModelInvoker.getResultPartAndAddTaskToExchange(A2ATask task, AgentInvocationResultResponse.Exchange exchange) -
Uses of AgentInvocationResultResponse.Exchange in com.flowable.agent.engine.impl.runtime
Fields in com.flowable.agent.engine.impl.runtime with type parameters of type AgentInvocationResultResponse.ExchangeModifier and TypeFieldDescriptionprotected List<AgentInvocationResultResponse.Exchange> AgentInvocationResultResponse.Invocation.exchangesMethods in com.flowable.agent.engine.impl.runtime that return types with arguments of type AgentInvocationResultResponse.ExchangeMethods in com.flowable.agent.engine.impl.runtime with parameters of type AgentInvocationResultResponse.ExchangeModifier and TypeMethodDescriptionvoidAgentInvocationResultResponse.Invocation.addExchange(AgentInvocationResultResponse.Exchange exchange) Method parameters in com.flowable.agent.engine.impl.runtime with type arguments of type AgentInvocationResultResponse.ExchangeModifier and TypeMethodDescriptionvoidAgentInvocationResultResponse.Invocation.setExchanges(List<AgentInvocationResultResponse.Exchange> exchanges)