Service A2A Requests
This handler (com.rierino.handler.a2a.A2AServerEventHandler) provides ability to utilize existing microservice capabilities to be serviced over A2A to other AI agents
Handler Parameters
Parameter
Definition
Example
Default
Servers
Actions
GetA2A
CallA2A
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "ID of the A2A server to interact with",
"examples": [
"procurement_specialist"
],
"default": null
},
"inputElement": {
"type": "string",
"description": "Json path for the input in request event payload in A2A JSON-RPC format",
"examples": [
"message"
],
"default": null
},
"outputElement": {
"type": "string",
"description": "Json path for the output in response event payload",
"examples": [
"output"
],
"default": null
}
}
}
}
}Parameter
Definition
Example
Default
Last updated
