All Known Implementing Classes:
Events.ContentDelta, Events.ContentStart, Events.ContentStop, Events.ErrorEvent, Events.InteractionEvent, Events.InteractionStatusUpdate

Represents an event in the Server-Sent Events (SSE) stream.
  • Method Details

    • eventType

      Events.EventType eventType()
      Returns the type of the event.
      Returns:
      the type of the event.
    • eventId

      String eventId()
      Returns the unique event identifier for resumption.
      Returns:
      the unique event identifier for resumption.