Uses of Interface
io.a2a.spec.Event

Packages that use Event
Package
Description
 
  • Uses of Event in io.a2a.spec

    Subinterfaces of Event in io.a2a.spec
    Modifier and Type
    Interface
    Description
    interface 
     
    interface 
     
    Classes in io.a2a.spec that implement Event
    Modifier and Type
    Class
    Description
    class 
    An A2A-specific error indicating that the agent does not have an Authenticated Extended Card configured
    class 
    An A2A-specific error indicating an incompatibility between the requested content types and the agent's capabilities.
    class 
    An error indicating an internal error on the server.
    class 
    An A2A-specific error indicating that the agent returned a response that does not conform to the specification for the current method.
    class 
    An error indicating that the method parameters are invalid.
    class 
    An error indicating that the JSON sent is not a valid Request object.
    class 
    An error indicating that the server received invalid JSON.
    class 
    Represents a JSON-RPC 2.0 Error object, included in an error response.
    final class 
    Represents a single message in the conversation between a user and an agent.
    class 
    An error indicating that the requested method does not exist or is not available.
    class 
    An A2A-specific error indicating that the agent does not support push notifications.
    final class 
    Represents a single, stateful operation or conversation between a client and an agent.
    final class 
    An event sent by the agent to notify the client that an artifact has been generated or updated.
    class 
    An A2A-specific error indicating that the task is in a state where it cannot be canceled.
    class 
    An A2A-specific error indicating that the requested task ID was not found.
    final class 
    An event sent by the agent to notify the client of a change in a task's status.
    class 
    An A2A-specific error indicating that the requested operation is not supported by the agent.