Uses of Interface
org.a2aproject.sdk.spec.UpdateEvent
Packages that use UpdateEvent
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of UpdateEvent in org.a2aproject.sdk.client
Methods in org.a2aproject.sdk.client that return UpdateEventModifier and TypeMethodDescriptionTaskUpdateEvent.getUpdateEvent()Get the specific update that triggered this event.Constructors in org.a2aproject.sdk.client with parameters of type UpdateEventModifierConstructorDescriptionTaskUpdateEvent(Task task, UpdateEvent updateEvent) Create a task update event. -
Uses of UpdateEvent in org.a2aproject.sdk.spec
Classes in org.a2aproject.sdk.spec that implement UpdateEventModifier and TypeClassDescriptionfinal recordEvent notifying that a task artifact has been created, modified, or appended to.final recordAn event sent by the agent to notify the client of a change in a task's status.