Package org.a2aproject.sdk.spec
Interface A2AMethods
public interface A2AMethods
Constants defining the A2A protocol method names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMethod name for canceling a task.static final StringMethod name for deleting task push notification configuration.static final StringMethod name for getting extended agent card information.static final StringMethod name for getting a task.static final StringMethod name for getting task push notification configuration.static final StringMethod name for listing tasks.static final StringMethod name for listing task push notification configurations.static final StringMethod name for sending a message.static final StringMethod name for sending a streaming message.static final StringMethod name for setting task push notification configuration.static final StringMethod name for subscribing to task events.
-
Field Details
-
CANCEL_TASK_METHOD
Method name for canceling a task.- See Also:
-
DELETE_TASK_PUSH_NOTIFICATION_CONFIG_METHOD
Method name for deleting task push notification configuration.- See Also:
-
GET_EXTENDED_AGENT_CARD_METHOD
Method name for getting extended agent card information.- See Also:
-
GET_TASK_METHOD
Method name for getting a task.- See Also:
-
GET_TASK_PUSH_NOTIFICATION_CONFIG_METHOD
Method name for getting task push notification configuration.- See Also:
-
LIST_TASK_METHOD
Method name for listing tasks.- See Also:
-
LIST_TASK_PUSH_NOTIFICATION_CONFIG_METHOD
Method name for listing task push notification configurations.- See Also:
-
SEND_MESSAGE_METHOD
Method name for sending a message.- See Also:
-
SEND_STREAMING_MESSAGE_METHOD
Method name for sending a streaming message.- See Also:
-
SET_TASK_PUSH_NOTIFICATION_CONFIG_METHOD
Method name for setting task push notification configuration.- See Also:
-
SUBSCRIBE_TO_TASK_METHOD
Method name for subscribing to task events.- See Also:
-