Class StreamEvent

  • All Implemented Interfaces:

    
    public final class StreamEvent
    
                        

    Server-Sent Event emitted during streaming responses. Events are sent as event: <status>\ndata: <JSON>\n\n, where the JSON payload has the shape { data, type, id }.