JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.quarkiverse.langchain4j.mcp.runtime.http
McpSseEndpoint
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
get()
Interface McpSseEndpoint
public interface
McpSseEndpoint
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
io.smallrye.mutiny.Multi
<org.jboss.resteasy.reactive.client.SseEvent<
String
>>
get
()
Method Details
get
@GET @Produces("text/event-stream")
io.smallrye.mutiny.Multi<org.jboss.resteasy.reactive.client.SseEvent<
String
>>
get
()