Class HttpResponseReceived

java.lang.Object
dev.langchain4j.http.client.sse.HttpResponseReceived
All Implemented Interfaces:
HttpStreamingEvent

@Experimental public class HttpResponseReceived extends Object implements HttpStreamingEvent
HttpStreamingEvent signalling that the HTTP response head (status and headers) was received and the stream opened successfully. Emitted once, before any ServerSentEvent.
Since:
1.20.0