Uses of Interface
io.a2a.spec.StreamingEventKind
Packages that use StreamingEventKind
-
Uses of StreamingEventKind in io.a2a.spec
Classes in io.a2a.spec that implement StreamingEventKindModifier and TypeClassDescriptionfinal classRepresents a single message in the conversation between a user and an agent.final classRepresents a single, stateful operation or conversation between a client and an agent.final classAn event sent by the agent to notify the client that an artifact has been generated or updated.final classAn event sent by the agent to notify the client of a change in a task's status.Constructors in io.a2a.spec with parameters of type StreamingEventKindModifierConstructorDescriptionSendStreamingMessageResponse(Object id, StreamingEventKind result) SendStreamingMessageResponse(String jsonrpc, Object id, StreamingEventKind result, JSONRPCError error)