Package dev.langchain4j.http.client.sse
Interface ServerSentEventListener
public interface ServerSentEventListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onClose()
void
void
onEvent
(ServerSentEvent event) default void
onOpen
(SuccessfulHttpResponse response)
-
Method Details
-
onOpen
-
onEvent
-
onError
-
onClose
default void onClose()
-