Uses of Interface
org.a2aproject.sdk.spec.Event

Packages that use Event
Package
Description
JSON processing exceptions for the A2A Java SDK.
  • Uses of Event in org.a2aproject.sdk.spec

    Subinterfaces of Event in org.a2aproject.sdk.spec
    Modifier and Type
    Interface
    Description
    interface 
    Sealed interface for events that can be emitted during streaming A2A Protocol operations.
    Classes in org.a2aproject.sdk.spec that implement Event
    Modifier and Type
    Class
    Description
    class 
    Marker interface for A2A Protocol error events.
    class 
    Represents a protocol-level error in the A2A Protocol.
    class 
    A2A Protocol error indicating incompatibility between requested content types and agent capabilities.
    class 
    A2A Protocol error indicating that the agent does not have an authenticated extended card configured.
    class 
    A2A Protocol error indicating that a client requested use of an extension marked as required but did not declare support for it.
    class 
    JSON-RPC error indicating an internal error occurred on the server.
    class 
    A2A Protocol error indicating that an agent returned a response not conforming to protocol specifications.
    class 
    JSON-RPC error indicating that method parameters are invalid or missing required fields.
    class 
    JSON-RPC error indicating that the request payload is not a valid JSON-RPC Request object.
    class 
    JSON-RPC error indicating that the server received invalid JSON that could not be parsed.
    final record 
    Represents a single message in the conversation between a user and an agent in the A2A Protocol.
    class 
    JSON-RPC error indicating that the requested method does not exist or is not available.
    class 
    A2A Protocol error indicating that the agent does not support push notifications.
    final record 
    Represents a single, stateful operation or conversation between a client and an agent in the A2A Protocol.
    final record 
    Event notifying that a task artifact has been created, modified, or appended to.
    class 
    A2A Protocol error indicating that a task cannot be canceled in its current state.
    class 
    A2A Protocol error indicating that the requested task ID does not exist.
    final record 
    An event sent by the agent to notify the client of a change in a task's status.
    class 
    A2A Protocol error indicating that the requested operation is not supported by the agent.
    class 
    A2A Protocol error indicating that the A2A protocol version specified in the request is not supported by the agent.